Assembly: Metabase;
The IMetabaseCustomClassStandardOperations interface is used to work with the collection of standard operations of a custom class.
IMetabaseCustomClassStandardOperations
The collection of standard operations 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: