CustomFilterCollection Class

CustomFilterCollection class

Represents the custom filters.


type CustomFilterCollection struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription
NewCustomFilterCollectionConstructs from an Object convertible to this.

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
ToObjectGets the Object.
GetAndIndicates whether the two criteria have an “and” relationship.
SetAndIndicates whether the two criteria have an “and” relationship.
GetGets the custom filter in the specific index.
CustomFilters a list with custom criteria.
GetCountGets the number of elements contained in the instance.