Table of Contents

Class MaximumIntegerValueValidationRuleProperties

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

Configuration properties for MaximumIntegerValueValidationRule.

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

Properties

MaxValue

Gets or sets the maximum value to validate against.

public int MaxValue { get; set; }

Property Value

int

Methods

GetDescriptionText(ILocalizationService)

Label describing the validation rule and its properties.

public override string GetDescriptionText(ILocalizationService localizationService)

Parameters

localizationService ILocalizationService

Returns

string