Assembly: Metabase;
Namespace: Prognoz.Platform.Interop.Metabase;
The IAuditFilter interface contains properties and methods of a filter of access protocol of security manager.
IAuditFilter
| Property name | Brief description | |
| Count | The Count property returns the number of filtering conditions. | |
| DateOrderAsccending | The DateOrderAsccending property defines the order of sorting by date. | |
| Item | The Item property returns the object that enables to edit a filtering condition. | |
| Top | The Top property determines the number of observed records of the access protocol. |
| Method name | Brief description | |
| Add | The Add method adds a filtering condition. | |
| Append | The Append method supplements the filter by new conditions. | |
| Assign | The Assign method copies a filtering condition. | |
| Clear | The Clear method enables to clear the filter from all conditions. | |
| Move | The Move method moves a condition from one position to another. | |
| Remove | The Remove method enables removing a filter condition. |
See also: