Assembly: Metabase;
The IMetabaseObjectControlInfo interface contains properties and methods used to work with collection of the nested object.
IMetabaseObjectControlInfo
The following properties can be used to get collection of the nested objects.
IEaxDataSources.ControlInfo;
Property name | Brief description | |
Count | The Count property returns the number of nested objects, the parameters of which can be controlled. | |
Item | The Item property returns parameters of the nested object with the specified index. |
Method name | Brief description | |
FindByKey | The FindByKey method searches by key and returns parameters of the nested object. | |
GetObjectControlIsEmpty | The GetObjectControlIsEmpty method returns whether there are no settings to manage parameters of the specified object. |
See also: