Assembly: Metabase;
The IMetabaseCustomClassOperations interface contains properties and methods that are used to work with the collection of custom operations of a custom class.
IMetabaseCustomClassOperations
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 a collection. | |
Item | The Item property returns an operation from collection by index. |
Method name | Brief description | |
Add | The Add method adds an operation to a collection. | |
Clear | The Clear method clears all operations from a 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: