Table of Contents

Class MinimumIntegerValueValidationRuleProperties

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

Configuration properties for MinimumIntegerValueValidationRule.

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

Constructors

MinimumIntegerValueValidationRuleProperties()

public MinimumIntegerValueValidationRuleProperties()

Properties

MinValue

Gets or sets the minimum value to validate against.

[NumberInputComponent(Label = "{$base.forms.validationrule.minimum.integer.value.name$}")]
public int MinValue { 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