CustomFilterCollection
Contents
[
Hide
]CustomFilterCollection class
Represents the custom filters.
Constructors
| Name | Description |
|---|---|
| CustomFilterCollection | Constructs new instance. |
Properties
| Name | Type | Description |
|---|---|---|
| And | boolean | Indicates whether the two criteria have an “and” relationship. |
| Count | int | |
| Item (int) | CustomFilter | Gets the custom filter in the specific index. |
Methods
| Name | Description |
|---|---|
| custom | |
| clear | |
| removeAt | |
| iterator | |
| get | Reserved for internal use. |
| contains | Reserved for internal use. |
| add | Reserved for internal use. |
| indexOf | Reserved 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.