Class MinLengthValidationRuleProperties
Configuration properties for MinLengthValidationRule.
public sealed class MinLengthValidationRuleProperties : ValidationRuleProperties
- Inheritance
-
objectMinLengthValidationRuleProperties
- Inherited Members
- Extension Methods
Properties
MinLength
Gets or sets the minimum length to validate against.
public int MinLength { 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