Class StringFieldComparisonValidationRuleClientProperties
Configuration properties for StringFieldComparisonValidationRule.
public sealed class StringFieldComparisonValidationRuleClientProperties : ValidationRuleClientProperties
- Inheritance
-
objectStringFieldComparisonValidationRuleClientProperties
- 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
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