Table of Contents

Class NumericFieldComparisonValidationRuleProperties

Namespace
Kentico.Xperience.Admin.Base.Forms
Assembly
Kentico.Xperience.Admin.Base.dll

Configuration properties for numeric comparison validation rules based on another field value.

public sealed class NumericFieldComparisonValidationRuleProperties : ValidationRuleProperties
Inheritance
object
NumericFieldComparisonValidationRuleProperties
Inherited Members
Extension Methods

Properties

DependeeFieldName

Gets or sets name of other field used for comparison.

[RequiredValidationRule]
public string DependeeFieldName { get; set; }

Property Value

string

FieldComparison

Gets or sets fields value comparison type.

public NumericFieldComparisonTypes FieldComparison { get; set; }

Property Value

NumericFieldComparisonTypes

FieldComparisonStringified

Comparison field used to handle string representation of dropdown options, which are converted to enum FieldComparison. Use FieldComparison property if accessing/modifing the field.

[RequiredValidationRule]
public string FieldComparisonStringified { 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."/>

Methods

GetDescriptionText(ILocalizationService)

Label describing the validation rule and its properties.

public override string GetDescriptionText(ILocalizationService localizationService)

Parameters

localizationService ILocalizationService

Returns

string