IHierarchyFilter Interface Members
Public Methods
Public Method ClearClears the current filter.
Public Method GetXFilterGets the cross filter specified by CrossEntities.
Public Method IsClearChecks whether the filter is clear, including cross-filter settings.
Public Method NewListCreates a new list from current filter.
Public Method RefreshReads saved data and refreshes the fetched list according to the current filter, overwriting values in memory.
Public Method SetXFilterSets the filter for second entity, called a cross filter.
Public Properties
Public Property CaseSensitiveIndicates if the filter for the specified field is case sensitive. The default is False.
Public Property DataTypeThe filtered entity type.
Public Property FieldsThe value of the specified field.
Public Property FilterThe filter condition for the field specified by the FieldName.
Public Property KeepHierarchicalIndicates whether to include parent objects in list.
Public Property OrderThe position of the specified field in the list of the sort fields. (zero-based).
Public Property OrderDirectionThe sort order: TDOLE_ASCENDING or TDOLE_DESCENDING.
Public Property TextThe full fields filter as text.
Public Property XFilterThe cross filter according to the entity type.
See Also