CustomFilterCollection Class
CustomFilterCollection class
Represents the custom filters.
type CustomFilterCollection struct {
ptr unsafe.Pointer
}
Constructors
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. |
| Custom | Filters a list with custom criteria. |
| GetCount | Gets the number of elements contained in the instance. |