FilterValue
Contents
[
Hide
]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 |
|---|---|
| getStringValue() | @deprecated. Please use the ‘stringValue’ property instead. Gets the string value. |
| getDateTimeGroupItem() | @deprecated. Please use the ‘dateTimeGroupItem’ property instead. Gets date time value. |
| isNull() | Checks whether the implementation object is null. |
| getValueType() | Gets the type of this filter value. |
stringValue
Readonly. Gets the string value.
stringValue : string;
dateTimeGroupItem
Readonly. Gets date time value.
dateTimeGroupItem : DateTimeGroupItem;
getStringValue()
@deprecated. Please use the ‘stringValue’ property instead. Gets the string value.
getStringValue() : string;
getDateTimeGroupItem()
@deprecated. Please use the ‘dateTimeGroupItem’ property instead. Gets date time value.
getDateTimeGroupItem() : DateTimeGroupItem;
Returns
isNull()
Checks whether the implementation object is null.
isNull() : boolean;
getValueType()
Gets the type of this filter value.
getValueType() : FilterValueType;
Returns