IFilter
Returns some string that can be used to filter some data set.
WARNING: This interface sucks and will likely go through significant changes in a future release.
Tags
Table of Contents
getFilter() | Retrieve the filter string | string |
---|---|---|
getValues() | Retrieve a list of values. | array |
Methods
getFilter()
Retrieve the filter string
public
getFilter(
)
: string
Return values
string —filter
getValues()
Retrieve a list of values.
public
getValues(
)
: array
Return values
array —values