Class NumericFieldComparisonValidationRuleClientProperties
Represents client properties for numeric comparison validation rules based on another field value.
public sealed class NumericFieldComparisonValidationRuleClientProperties : ValidationRuleClientProperties
- Inheritance
-
objectNumericFieldComparisonValidationRuleClientProperties
- Inherited Members
- Extension Methods
Properties
DependeeFieldName
Gets or sets name of other field used for comparison.
public string DependeeFieldName { get; set; }
Property Value
- string
FieldComparison
Gets or sets fields value comparison type.
public string FieldComparison { get; set; }
Property Value
- string
SkipNullValueComparison
Determines whether a comparison between two numbers is performed if value is not set.
public bool SkipNullValueComparison { get; set; }
Property Value
- bool
Remarks
When set to false, a comparison is performed. When set to true, the comparison is bypassed, and the result of validation is set to success result."/>.
UnformattedErrorMessage
Unformatted error message for the client validation rule that resolves the dependee value placeholder on its own.
public string UnformattedErrorMessage { get; set; }
Property Value
- string