Assembly: Fore;
Namespace: Prognoz.Platform.Interop.Fore;
The IForeObject interface is used to work with Fore class instance.
IForeObject
The IForeClass.CreateObject method is used to create a class instance. The class instance must be specified in the IForeSub.Self property, if it is supposed to used class method.
Property name | Brief description | |
ClassName | The ClassName property returns name of the class to which current instance corresponds. | |
ModuleName | The ModuleName property returns assembly identifier where the class is implemented. | |
Object | The Object property returns class instance which is cast to the general data type. |
Method name | Brief description | |
BindToField | The BindToField method returns class field by name. | |
SetFieldValue | The SetFieldValue method sets the specified value to class field. |
See also: