Class MaximumIntegerValueValidationRuleProperties
Configuration properties for MaximumIntegerValueValidationRule.
public sealed class MaximumIntegerValueValidationRuleProperties : ValidationRuleProperties
- Inheritance
-
objectMaximumIntegerValueValidationRuleProperties
- 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