Metabase > Metabase Assembly Interfaces > IMetabaseUpdateFolderNode
The IMetabaseUpdateFolderNode interface contains properties and methods for working with the update structure.
Property name | Brief description | |
![]() |
Count | The Count property returns the number of update objects. |
![]() |
Item | The Item property returns the update object. |
Property name | Brief description | |
![]() |
Condition | The Condition property returns the condition, which execution leads to object update. |
![]() |
CustomProperties | The CustomProperties property returns the collection of custom metadata of update object. |
![]() |
Enabled | The Enabled property determines whether the object should be updated. |
![]() |
Index | The Index property returns the update object index. |
![]() |
Key | The Key property returns the update object key. |
![]() |
Label | The Label property determines an update object name. |
![]() |
NodeType | The NodeType property returns the update object type. |
![]() |
ParentNode | The ParentNode property returns the parent structure for the update object. |
Method name | Brief description | |
![]() |
Add | The Add method adds an object to the update structure. |
![]() |
FindByKey | The FindByKey method searches for an update object by its key. |
![]() |
FindObject | The FindObject method searches for a repository object by its key. |
![]() |
MoveNode | The MoveNode method moves an object in the list of update objects. |
![]() |
Remove | The Remove method removes an update object by index. |
![]() |
RemoveByKey | The RemoveByKey method removes an update object by key. |
![]() |
Sort | The Sort method sorts update objects. |
Method name | Brief description | |
![]() |
Prepare | The Prepare method prepares the object for update. |
See also: