Assembly: Metabase;
The IMetabaseUpdateDeleteObjectNode interface contains properties that determine parameters of the Object Deletion update object.
IMetabaseUpdateDeleteObjectNode
| Property name | Brief description | |
![]() |
BoundType | The BoundType property determines an update type. |
![]() |
Object | The Object property determines the object descriptor that should be deleted on update. |
![]() |
ObjectClass | The ObjectClass property determines a class of the objects to be deleted. |
![]() |
ObjectId | The ObjectId property determines identifier of object deleted on update. |
![]() |
ObjectKey | The ObjectKey property determines a key of the object deleted on update. |
| 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 | |
![]() |
Prepare | The Prepare method prepares the object for update. |
See also: