Assembly: Metabase;
The IMetabaseCustomClassOperationsWeb interface is used to work with the collection of custom operations of custom class that are available in the web application.
IMetabaseCustomClassOperationsWeb
The collection of custom operations can be obtained using the IMetabaseCustomClass.Operations property.
| 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. |
| 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:
Related work items
Requirement