Table of Contents

Class StringCompareToFieldValidationRule

Namespace
Kentico.Forms.Web.Mvc
Assembly
Kentico.Content.Web.Mvc.dll

Rule is used to compare two fields of string value types.

public class StringCompareToFieldValidationRule : CompareToFieldValidationRule<string>
Inheritance
object
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

StringFieldComparisonTypes

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 string

Value of the field validated against.

Returns

bool

True if valid, otherwise false.