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