Name | Description | |
---|---|---|
ConstantListCriterion Constructor | Overloaded. |
The following tables list the members exposed by ConstantListCriterion.
Name | Description | |
---|---|---|
ConstantListCriterion Constructor | Overloaded. |
Name | Description | |
---|---|---|
CaseSensitive | Gets or sets a boolean value indicating whether the criterion is case sensitive. (Inherited from Xceed.Validation.ValidationCriterion) | |
ConstantList | Gets or sets an array of objects of type specified by DataTypeCriterion.DataType property representing the values used for the criterion. | |
CriterionName | Gets or sets a string that substitutes name variable in error messages to define the criterion. (Inherited from Xceed.Validation.ValidationCriterion) | |
CustomValidationMessages | Gets or sets the custom message text used in error messages for this criterion. (Inherited from Xceed.Validation.ValidationCriterion) | |
DataType | Gets or sets the ValidationDataType that used to parse the value during validation. (Inherited from Xceed.Validation.DataTypeCriterion) | |
Name | Gets or sets a string representing the reference ID of the criterion. (Inherited from Xceed.Validation.ValidationExpression) | |
Operator | Gets or sets the operator used to compare a value with the ConstantList property. | |
RequiredField | Gets or sets a boolean value indicating whether the field must contain a value. (Inherited from Xceed.Validation.DataTypeCriterion) | |
Trim | Gets or sets a boolean value indicating whether whitepace characters should be trimmed from the control's value before testing with the criterion. (Inherited from Xceed.Validation.ValidationCriterion) | |
ValidationLevel | Gets or sets an ValidationLevel value representing the moment at which validation will be performed. (Inherited from Xceed.Validation.ValidationExpression) |
Name | Description | |
---|---|---|
Properties | Gets a collection of property names whose values have been explicitly set as well as the corresponding values. (Inherited from Xceed.Validation.ValidationExpression) |
Name | Description | |
---|---|---|
CanEvaluate | Overridden. Returns a boolean value indicating whether the validation expression can be evaluated. | |
Clone | Overridden. Creates a copy of this ConstantListCriterion object. | |
Evaluate | Overridden. Launches the validation on the input component. | |
ToString | Returns the string representation of the validation expression. (Inherited from Xceed.Validation.ValidationExpression) |
Name | Description | |
---|---|---|
GetPropertyValue | Retrieves the value of the specified property in the ValidationExpression.Properties collection. (Inherited from Xceed.Validation.ValidationExpression) | |
IsPropertyDefined | Retrieves a boolean value indicating whether the specified property has been explicitly set. (Inherited from Xceed.Validation.ValidationExpression) | |
RemovePropertyValue | Removes the specified property from the ValidationExpression.Properties collection. (Inherited from Xceed.Validation.ValidationExpression) |
Name | Description | |
---|---|---|
Disposed | Raised when an expression has been disposed. (Inherited from Xceed.Validation.ValidationExpression) |