Skip to main content
.NET 6.0+

RuleValueComparisonProperties Properties

Represent the RuleValueComparison Validation Rules‘ properties exported to the Application Model.
Name Description
CustomMessageTemplate Specifies custom informational text displayed in a validation error message for a broken Validation Rule instead of the default message templates specified in the MessageTemplate… properties. Inherited from RuleBaseProperties.
Id Specifies the Validation Rule identifier. Inherited from RuleBaseProperties.
InvertResult Specifies whether the Validation Rule is applied directly. Inherited from RuleBaseProperties.
MessageTemplateCollectionValidationMessageSuffix Specifies the additional text that will be displayed in the Validation Error window when the Validation Rule applied to a collection property is broken. Inherited from RuleBaseProperties.
MessageTemplateMustBeEqualToOperand Specifies the text that will be displayed in the Validation Error window when the Validation Rule is broken. In effect if the RuleValueComparisonProperties.OperatorType is set to ValueComparisonType.Equals.
MessageTemplateMustBeGreaterThanOperand Specifies the text that will be displayed in the Validation Error window when the Validation Rule is broken. In effect if the RuleValueComparisonProperties.OperatorType is set to ValueComparisonType.GreaterThan.
MessageTemplateMustBeGreaterThanOrEqualToOperand Specifies the text that will be displayed in the Validation Error window when the Validation Rule is broken. In effect if the RuleValueComparisonProperties.OperatorType is set to ValueComparisonType.GreaterThanOrEqual.
MessageTemplateMustBeLessThanOperand Specifies the text that will be displayed in the Validation Error window when the Validation Rule is broken. In effect if the RuleValueComparisonProperties.OperatorType is set to ValueComparisonType.LessThan.
MessageTemplateMustBeLessThanOrEqualToOperand Specifies the text that will be displayed in the Validation Error window when the Validation Rule is broken. In effect if the RuleValueComparisonProperties.OperatorType is set to ValueComparisonType.LessThanOrEqual.
MessageTemplateMustNotBeEqualToOperand Specifies the text that will be displayed in the Validation Error window when the Validation Rule is broken. In effect if the RuleValueComparisonProperties.OperatorType is set to ValueComparisonType.NotEquals.
MessageTemplateSkipNullOrEmptyValues Specifies the template for the message displayed when the Validation Rule was not checked because the target properties are not specified. Inherited from RuleBaseProperties.
MessageTemplateTargetDoesNotSatisfyCollectionCriteria Specifies the template for the message displayed when the Validation Rule was not checked because the validated object is not an element of the target collection. Inherited from RuleBaseProperties.
MessageTemplateTargetDoesNotSatisfyTargetCriteria Specifies the template for the message displayed when the Validation Rule was not checked because the criteria specified by the RuleBaseProperties.TargetCriteria property is not satisfied by the validated object. Inherited from RuleBaseProperties.
Name Specifies the name of the Validation Rule. Inherited from RuleBaseProperties.
OperatorType Specifies the operator type to be used for comparison.
ResultType Specifies the application behavior when the rule is broken. Inherited from RuleBaseProperties.
RightOperand Specifies the value to be compared with the target property’s value.
RightOperandExpression Specifies the expression whose value to be compared with the target property’s value.
SkipNullOrEmptyValues Specifies whether the Validation Rule is checked for the properties that are set to null (Nothing in VB), an empty string (for string type properties) or a minimal date (for DateTime type properties). Inherited from RuleBaseProperties.
TargetCollectionAggregate Specifies the aggregate function to be checked by the Validation Rule, if the rule is applied to a collection property.
TargetCollectionOwnerType Specifies the type in which the collection property is declared, if the Validation Rule is applied to a collection property. Inherited from RuleBaseProperties.
TargetCollectionPropertyName Specifies the collection property for which the current Validation Rule will be checked. Inherited from RuleBaseProperties.
TargetContextIDs Specifies the Contexts for checking the current Validation Rule. Inherited from RuleBaseProperties.
TargetCriteria Specifies the criteria that must be satisfied by the validated object to allow checking the Validation Rule. Inherited from RuleBaseProperties.
TargetPropertyName Specifies the property which must satisfy the Validation Rule. Inherited from RulePropertyValueProperties.
TargetType Specifies the type of the object for which the Validation Rule will be checked. Inherited from RuleBaseProperties.
See Also