Assembly: Metabase;
Namespace: Prognoz.Platform.Interop.Metabase;
The AuditFiltersContainer interface contains properties and methods used to work with filter container of access protocol.
IAuditFiltersContainer
| Property name | Brief description | |
| Callback | The Callback property determines the action to perform if conflict appears during container loading. | |
| DefaultFileName | The DefaultFileName property returns complete default container file name. | |
| FileName | The FileName property determines the file name from which container was loaded from. | |
| Filters | The Filters property returns filters contained by the container. |
| Method name | Brief description | |
| Append | The Append method adds new filters to the container. | |
| Assign | The Assign method copies the container. | |
| Load | The Load method loads the container from the default file. | |
| LoadFromFile | The LoadFromFile method loads the container from a file. | |
| SaveToFile | The SaveToFile method saves the container to a file. |
See also: