MultipleFilterCollection
Contents
[
Hide
]MultipleFilterCollection class
Represents the multiple filter collection.
Constructors
| Name | Description |
|---|---|
| MultipleFilterCollection | Constructs one new instance. |
Properties
| Name | Type | Description |
|---|---|---|
| Count | int | |
| MatchBlank | boolean | Indicates whether to filter by blank. |
| Item (int) | Object | DateTimeGroupItem or a simple object. |
Methods
| Name | Description |
|---|---|
| add | Adds string filter. |
| iterator |
MultipleFilterCollection()
Constructs one new instance.
MultipleFilterCollection.Count property
Type: int
MultipleFilterCollection.MatchBlank property
Indicates whether to filter by blank.
Type: boolean
MultipleFilterCollection.Item (int) property
DateTimeGroupItem or a simple object.
Type: Object
add(filter) (1 of 3)
Adds string filter.
| Parameter | Type | Description |
|---|---|---|
| filter | String | The filter data. |