CustomFilterCollection

CustomFilterCollection class

Represents the custom filters.

new CustomFilterCollection()

Constructs new instance.

Methods

NameDescription
add()Reserved for internal use.
clear()
contains()Reserved for internal use.
custom()
get(index)Gets the custom filter in the specific index.
get()Reserved for internal use.
getAnd()Indicates whether the two criteria have an “and” relationship.
getCount()
indexOf()Reserved for internal use.
iterator()
removeAt()
setAnd()Indicates whether the two criteria have an “and” relationship.

add()

Reserved for internal use.

clear()

contains()

Reserved for internal use.

custom()

get(index)

Gets the custom filter in the specific index.

ParameterTypeDescription
indexNumberThe index.

Returns: CustomFilter — CustomFilter

get()

Reserved for internal use.

getAnd()

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

getCount()

indexOf()

Reserved for internal use.

iterator()

removeAt()

setAnd()

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