Class MaximumIntegerValueValidationRuleProperties
Configuration properties for MaximumIntegerValueValidationRule.
public sealed class MaximumIntegerValueValidationRuleProperties : ValidationRuleProperties
- Inheritance
-
objectMaximumIntegerValueValidationRuleProperties
- Inherited Members
- Extension Methods
Constructors
MaximumIntegerValueValidationRuleProperties()
public MaximumIntegerValueValidationRuleProperties()
Properties
MaxValue
Gets or sets the maximum value to validate against.
[NumberInputComponent(Label = "{$base.forms.validationrule.maximum.integer.value.name$}")]
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