Click or drag to resize

UnresolvedFilterExpression Methods

The UnresolvedFilterExpression type exposes the following members.

Methods
  NameDescription
Public methodStatic memberConvertFilterValue(BaseProperty, String) Obsolete.
Converts a filter value in string format to an appropriate data type.
Public methodStatic memberConvertFilterValue(FixedField, String) Obsolete.
Converts a filter value in string format to an appropriate data type.
Public methodStatic memberConvertFilterValue(BaseProperty, String, String)
Converts a filter value in string format to an appropriate data type.
Public methodStatic memberConvertFilterValue(FixedField, String, String)
Converts a filter value in string format to an appropriate data type.
Public methodEvaluateExpression(PropertyValuesContainer)
Evaluates the expression against an "object" with a set of property values. Returns true if the expression evaluates to true.
Public methodStatic memberEvaluateExpression(UnresolvedFilterExpression, PropertyValuesContainer)
Evaluates an expression against an "object" with a set of property values. Returns true if the expression evaluates to true.
Public methodStatic memberGetAllowedExpressionValueDataTypes(BaseProperty, ListExpInnerOperator)
Returns the allowed (legal) data types for the filter value of an expression. Also, the allowed (legal) operators are returned as well.
Public methodStatic memberGetAllowedExpressionValueDataTypes(FixedField, ListExpInnerOperator)
Returns the allowed (legal) data types for the filter value of an expression. Also, the allowed (legal) operators are returned as well.
Public methodStatic memberGetAllowedOperators
Public methodStatic memberGetFixedFieldInfo
Public methodStatic memberGetProperties
Returns a distinct list of the names of the properties and fixed fields that are used in a collection of filter expressions.
Public methodNegateOperator
Public methodStatic memberNegateOperator(ExpInnerOperator)
Public methodToString
Returns a string representation of the object
(Overrides ObjectToString.)
Top
Extension Methods
  NameDescription
Public Extension MethodToBool
Converts object to boolean.
(Defined by ObjectExtensions.)
Public Extension MethodToDateTime
Converts object to DateTime.
(Defined by ObjectExtensions.)
Public Extension MethodToInt
Converts object to integer.
(Defined by ObjectExtensions.)
Top
See Also