IMetabaseCustomClassOperationsWeb

Assembly: Metabase;

Description

The IMetabaseCustomClassOperationsWeb interface is used to work with the collection of custom operations of custom class that are available in the web application.

Inheritance Hierarchy

IMetabaseCustomClassOperationsWeb

Comments

The collection of custom operations can be obtained using the IMetabaseCustomClass.Operations property.

Properties

  Property name Brief description
Count The Count property returns the number of operations in the collection.
Item The Item property returns an operation from the collection by index.

Methods

  Method name Brief description
Add The Add method adds an operation to the collection.
Clear The Clear method deletes all operations from the collection.
FindById The FindById method searches an operation in the collection by its identifier.
FindByKey The FindByKey method searches an operation in the collection by key.
Remove The Remove method removes an operation from the collection by index.
RemoveByKey The RemoveByKey method removes an operation from the collection by key.

See also:

Metabase Assembly Interfaces

Related work items

Requirement