Back to Devexpress

DevExpress.XamarinForms.Core.Filtering Namespace

mobilecontrols-devexpress-dot-xamarinforms-dot-core.md

latest6.3 KB
Original Source

DevExpress.XamarinForms.Core.Filtering Namespace

Contains classes that allows you to filter data.

Assembly : DevExpress.XamarinForms.Core.dll

NuGet Package : DevExpress.XamarinForms.Core

Classes

NameDescription
AggregateOperandThe operator that calculates an aggregate expression (MIN, MAX, SUM, etc.).
BetweenOperatorThe operator that determines whether the value lies in the specified value range.
BinaryOperatorThe operator that manipulates with two operands to calculate a result.
ConstantValueA constant value operand in Criteria Language expressions.
ContainsOperatorThe operand that checks whether a collection contains at least one object that matches a criteria.
CriteriaColumnAffinityResolver
CriteriaOperatorThe base Criteria Language operator.
CriteriaOperatorCollectionThe collection of CriteriaOperator objects.
CustomFunctionCollectionFor internal use only.
EnumProcessingHelper staticProvides methods that register enumeration types whose values Criteria Language expressions can serialize.
FunctionOperatorThe operator in Criteria Language expressions that represents a function.
GroupOperatorThe operator in Criteria Language expressions that combines operands with logical AND or OR.
InOperatorThe operator in Criteria Language expressions that matches a value with patterns.
NotOperatorThe logical NOT operation that inverts an operand.
NullOperatorThe operator that compares a value with null.
NullValueThe value operand in Criteria Language expressions that specifies the null value.
OperandParameterFor internal use only. The operator that represents another operator parameter in Criteria Language expressions.
OperandPropertyThe operand that represents an object’s property in Criteria Language expressions.
OperandValueThe value operator in Criteria Language expressions.
UnaryOperatorThe operator in the Criteria Language syntax that performs an operation on one expression.
UserValueProcessingEventArgsProvides data for the CriteriaOperator.UserValueParse and CriteriaOperator.UserValueParse events.

Interfaces

NameDescription
IClientCriteriaVisitorFor internal use only. The interface the visitor of Criteria Language collection-based elements should implement.
IClientCriteriaVisitor<T>For internal use only. The interface the generic visitor of Criteria Language collection-based elements should implement.
ICriteriaVisitorFor internal use only. The interface the Criteria Language element visitor should implement.
ICriteriaVisitor<T>For internal use only. The generic interface the Criteria Language element visitor should implement.
ICustomFunctionOperatorThe interface of Criteria Language custom function.
ICustomFunctionOperatorBrowsableThe interface of the custom function which GUI supports.

Enums

NameDescription
AggregateLists aggregate functions the Criteria Language supports.
BinaryOperatorTypeLists binary boolean operators the Criteria Language supports.
FunctionCategoryList function type categories the Criteria Language supports.
FunctionOperatorTypeLists functions the Criteria Language supports.
GroupOperatorTypeLists group operators the Criteria Language supports.
UnaryOperatorTypeLists unary operators the Criteria Language supports.