FilterValue
FilterValue class
Represents filter value used in the criteria.
class FilterValue;
Properties
| Property | Type | Description |
|---|---|---|
| stringValue | string | Readonly. Gets the string value. |
| dateTimeGroupItem | DateTimeGroupItem | Readonly. Gets date time value. |
Methods
| Method | Description |
|---|---|
| getValueType() | Gets the type of this filter value. |
stringValue
Readonly. Gets the string value.
stringValue : string;
dateTimeGroupItem
Readonly. Gets date time value.
dateTimeGroupItem : DateTimeGroupItem;
getValueType()
Gets the type of this filter value.
getValueType() : FilterValueType;
Returns