ActiveDatabaseSoftware.ActiveQueryBuilder Namespace : MetadataStructureItem Class |
The following tables list the members exposed by MetadataStructureItem.
Name | Description | |
---|---|---|
![]() | AllowChildAutoItems | Allows to create child structure items automatically according to the physical database schema or not. |
![]() | Caption | Gets or sets the caption text that will represent this item in the database structure tree. |
![]() | ImageIndex | Gets or sets the index of image that will be assigned |
![]() | IsBound | Indicates if metadata item is bound to this structure item. |
![]() | IsChildItemsLoaded | Indicates if child structure items are loaded (created and bound). |
![]() | IsDynamic | Indicates if item was created dynamically or it's a static item that was defined beforehand. |
![]() | Items | Gets list of child metadata structure items. |
![]() | MetadataFilter | Defines a set of metadata filtration rules to select metadata items for adding them as child structure items. |
![]() | MetadataItem | Gets or sets the reference to the Metadata Item object. |
![]() | MetadataName | Defines the name of a corresponding metadata object to map metadata item to this structure item. |
![]() | Parent | Gets reference to the parent metadata structure item. |
![]() | ParentMetadataItem | Gets reference to the metadata item assigned to the parent metadata structure item. |
![]() | Structure | Gets reference to the Metadata Structure object, i.e. the root node of the structure. |
Name | Description | |
---|---|---|
![]() | GetAllItems | Overloaded. Returns the list of Metadata Structure Items in the underlying hierarchy. |
![]() | GetAllMetadataItems | Overloaded. Returns the list of Metadata Items from the underlying hierarchy of Metadata Structure Items. |
![]() | LoadChildItems | Creates dynamic child structure items and binds all child structure items to appropriate metadata items. |
![]() | UnloadChildItems | Unbinds static child structure items from metadata items and removes dynamic child structure items. |