Implemented Interface | Description |
---|---|
ISupportFetchLimit | Services for creation of a filtered list of field objects without SQL. |
Clear | Clears the current filter. |
GetXFilter | Gets the cross filter specified by CrossEntities. |
IsClear | Checks whether the filter is clear, including cross-filter settings. |
NewList | Creates a new list from current filter. |
Refresh | Reads saved data and refreshes the fetched list according to the current filter, overwriting values in memory. |
SetXFilter | Sets the filter for second entity, called a cross filter. |
CaseSensitive | Indicates if the filter for the specified field is case sensitive. The default is False. |
DataType | The filtered entity type. |
FetchLimit | Maximum number of results to return from server. |
Fields | The value of the specified field. |
Filter | The filter condition for the field specified by the FieldName. |
KeepHierarchical | Indicates whether to include parent objects in list. |
Order | The position of the specified field in the list of the sort fields. (zero-based). |
OrderDirection | The sort order: TDOLE_ASCENDING or TDOLE_DESCENDING. |
Text | The full fields filter as text. |
XFilter | The cross filter according to the entity type. |