Class StringCompareToFieldValidationRule
Rule is used to compare two fields of string value types.
public class StringCompareToFieldValidationRule : CompareToFieldValidationRule<string>
- Inheritance
-
objectValidationRule<string>CompareToFieldValidationRule<string>StringCompareToFieldValidationRule
- Inherited Members
- Extension Methods
Properties
ComparisonType
Determines which type of comparison is used.
[EditingComponent("Kentico.StringFieldComparisonTypeSelector", Label = "{$kentico.formbuilder.validationrule.comparetofield.comparisontype.label$}")]
public StringFieldComparisonTypes ComparisonType { get; set; }
Property Value
Methods
GetTitle()
Gets a title for this instance of validation rule.
public override string GetTitle()
Returns
- string
Returns text describing the validation rule.
Validate(string)
Validates that the values are in specified relationship.
protected override bool Validate(string value)
Parameters
value
stringValue of the field validated against.
Returns
- bool
True if valid, otherwise false.