Assembly: Metabase;
Namespace: Prognoz.Platform.Interop.Metabase;
The IAuditFilterObjects interface contains properties and methods used to work with a collection of objects that store filters of access protocol.
IAuditFilterObjects
Property name | Brief description | |
Count | The Count property returns the number of objects in collection. | |
Item | The Item property returns an object from collection by its index. |
Method name | Brief description | |
Add | The Add method adds a new filter to the collection. | |
Clear | The Clear method clears the filter collection. | |
FindById | The FindById method searches filter in the collection by its identifier. | |
FindByKey | The FindByKey method searches a filter in the collection by its key. | |
Move | The Move method moves the filters in the collection. | |
Remove | The Remove method removes a filter from the collection by index. | |
RemoveByKey | The RemoveByKey method removes a filter from the collection by key. |
See also: