Class MinimumIntegerValueValidationRuleProperties
Configuration properties for MinimumIntegerValueValidationRule.
public sealed class MinimumIntegerValueValidationRuleProperties : ValidationRuleProperties
- Inheritance
-
objectMinimumIntegerValueValidationRuleProperties
- Inherited Members
- Extension Methods
Properties
MinValue
Gets or sets the minimum value to validate against.
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