IMetabaseCustomClassStandardOperations

Assembly: Metabase;

Description

The IMetabaseCustomClassStandardOperations interface is used to work with the collection standard operations of a custom class.

Inheritance Hierarchy

IMetabaseCustomClassStandardOperations

Comments

The collection of standard operations can be obtained using the IMetabaseCustomClass.StandardOperations property.

Properties

  Property name Brief description
Count The Count property returns the number of standard operations in the collection.
Item The Item property returns the standard operation with the specified index.

Methods

  Method name Brief description
FindById The FindById method finds and returns standard operation in case of successful search.
FindByKey The FindByKey method searches and returns standard operation if search is successful.

See also:

Metabase Assembly Interfaces

Related work items

Requirement 183286