CustomFilterCollection

CustomFilterCollection class

Represents the custom filters.

Constructors

NameDescription
CustomFilterCollectionConstructs new instance.

Properties

NameTypeDescription
AndbooleanIndicates whether the two criteria have an “and” relationship.
Countint
Item (int)CustomFilterGets the custom filter in the specific index.

Methods

NameDescription
custom
clear
removeAt
iterator
getReserved for internal use.
containsReserved for internal use.
addReserved for internal use.
indexOfReserved for internal use.

CustomFilterCollection()

Constructs new instance.

CustomFilterCollection.And property

Indicates whether the two criteria have an “and” relationship.

Type: boolean

CustomFilterCollection.Count property

Type: int

CustomFilterCollection.Item (int) property

Gets the custom filter in the specific index.

Type: CustomFilter

custom(operatorType1, criteria1, isAnd, operatorType2, criteria2)

clear()

removeAt(index)

iterator()

get(index)

Reserved for internal use.

contains(value)

Reserved for internal use.

add(value)

Reserved for internal use.

indexOf(value)

Reserved for internal use.