Assembly: Fore;
The IForeProperty interface is used to work with custom properties.
IForeProperty
The interface enables the user to get information about the structure of custom properties described in interfaces or implemented in classes.
The property can be obtained using the methods: IForeClass.BindToProperty, IForeClass.PropertyItem.
Property name | Brief description | |
IsDefault | The IsDefault property returns whether it is a default property. | |
IsStatic | The IsStatic property returns whether it is a static property. | |
Name | The Name property returns the custom property name. | |
NameOfGetMethod | The NameOfGetMethod property returns name of the method that implements Get part of a custom property. | |
NameOfSetMethod | The NameOfSetMethod property returns name of the method that implements Set part of the custom property. | |
XMLDocumentation | The XMLDocumentation property returns the XML comment that is set for the current property. |
See also: