ICustomProperties

Assembly: Metabase;

Description

The ICustomProperties interface contains properties and methods that are used to work with the collection of custom update properties.

Inheritance Hierarchy

          ICustomProperties

Comments

To get object of this type, use the IMetabaseUpdate.CustomProperties, IMetabaseUpdateNode.CustomProperties properties.

Properties

  Property name Brief description
Count The Count property returns the number of custom properties.
Item The Item property returns the custom property by index.

Methods

  Method name Brief description
Add The Add method creates a new custom property.
FindById The FindById method searches for a custom property by identifier.
Remove

The Remove method removes custom property with the specified index.

See also:

Metabase Assembly Interfaces

Related work items

Requirement