CustomFilterCollection Class
CustomFilterCollection class
Represents the custom filters.
type CustomFilterCollection struct  {
	ptr unsafe.Pointer
}
Constructors
| Method | Description | 
|---|---|
| NewCustomFilterCollection | Constructs new instance. | 
| NewCustomFilterCollection_Object | Constructs from an Object convertible to this. | 
Methods
| Method | Description | 
|---|---|
| IsNull | Checks whether the implementation object is nullptr. | 
| ToObject | Gets the Object. | 
| GetAnd | Indicates whether the two criteria have an “and” relationship. | 
| SetAnd | Indicates whether the two criteria have an “and” relationship. | 
| Get | Gets the custom filter in the specific index. | 
| GetCount |