CriteriaOperatorValidator Methods
Enables you to provide custom validation to the Expression Editor.Name | Description |
---|---|
Clear() | Removes all items from the collection of validation errors. Inherited from ErrorsEvaluatorCriteriaValidator. |
Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
ToString() | Returns a string that represents the current object. Inherited from Object. |
Validate(CriteriaOperator) | For internal use. Inherited from ErrorsEvaluatorCriteriaValidator. |
Validate(IList) | For internal use. Inherited from ErrorsEvaluatorCriteriaValidator. |
Validate(String) | For internal use. Inherited from ErrorsEvaluatorCriteriaValidator. |
Visit(AggregateOperand) | Enables custom processing of the specified AggregateOperand. |
Visit(BetweenOperator) | Enables custom processing of the specified BetweenOperator. Inherited from ErrorsEvaluatorCriteriaValidator. |
Visit(BinaryOperator) | |
Visit(FunctionOperator) | Enables custom processing of the specified FunctionOperator. |
Visit(GroupOperator) | Enables custom processing of the specified GroupOperator. Inherited from ErrorsEvaluatorCriteriaValidator. |
Visit(InOperator) | Enables custom processing of the specified InOperator. Inherited from ErrorsEvaluatorCriteriaValidator. |
Visit(JoinOperand) | Enables custom processing of the specified JoinOperand. Inherited from ErrorsEvaluatorCriteriaValidator. |
Visit(OperandProperty) | Enables custom processing of the specified OperandProperty. |
Visit(OperandValue) | Enables custom processing of the specified OperandValue. |
Visit(UnaryOperator) | Enables custom processing of the specified UnaryOperator. Inherited from ErrorsEvaluatorCriteriaValidator. |
See Also