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