|
Name |
Description |
|
AddFixedFieldFilter
|
Adds the fixed field filter.
|
|
AddFixedFilter(StringFieldDefinition, Conditions, String)
|
Adds the fixed filter.
|
|
AddFixedFilter(IntegerFieldDefinition, Conditions, Int32)
|
Adds the fixed filter.
|
|
AddFixedFilter(DecimalFieldDefinition, Conditions, Double)
|
Adds the fixed filter.
|
|
AddFixedFilter(DateFieldDefinition, Conditions, DateTime)
|
Adds the fixed filter.
|
|
AddFixedFilter(BoolFieldDefinition, Conditions, Boolean)
|
Adds the fixed filter.
|
|
AddFixedFilter(String, Nullable<(Of <<'(Conditions>)>>), String, String, FieldDataTypes)
|
Adds the fixed filter.
|
|
AddJoin
|
Adds the join.
|
|
AddUserFilter(FieldDefinition, Conditions, String, Int32)
|
Adds the user filter.
|
|
AddUserFilter(String, Conditions, String, String, FieldDataTypes, Int32)
|
Adds the user filter.
|
|
AddUserFilter(Int32, LookupDefinitionBase, String, Boolean, Int32)
|
Adds the user filter.
|
|
ClearFixedFilters
|
Clears the fixed filters.
|
|
ClearUserFilters
|
Clears the user filters.
|
|
CopyFrom
|
Clears this filter and copies the source filter data to this object.
|
|
CreateFieldFilter
|
Creates the field filter.
|
|
CreateFormulaFilter
|
Creates the formula filter.
|
|
GetWhereExpresssion<(Of <<'(TEntity>)>>)
|
Gets the where expresssion.
|
|
LoadFixedFromLookup
|
Loads the fixed from lookup.
|
|
OnTableFilterCopied
|
Called when [table filter copied].
|
|
ProcessFilter
|
Processes the filter.
|
|
ProcessFilterWheres(List<(Of <<'(WhereItem>)>>), WhereItem%, WhereItem%, FilterItemDefinition)
|
Processes the filter wheres.
|
|
ProcessFilterWheres(List<(Of <<'(WhereItem>)>>), WhereItem%, WhereItem%, AdvancedFindFilter)
|
Processes the filter wheres.
|
|
RemoveFixedFilter
|
Removes the fixed filter.
|
|
RemoveUserFilter
|
Removes the user filter.
|