FilterValue

FilterValue class

Represents filter value used in the criteria.

class FilterValue;

Properties

PropertyTypeDescription
stringValuestringReadonly. Gets the string value.
dateTimeGroupItemDateTimeGroupItemReadonly. Gets date time value.

Methods

MethodDescription
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

FilterValueType