Click or drag to resize

MaxLengthRule Class

Inheritance Hierarchy

Namespace:  Dynamicweb.Ecommerce.Orders.Validation.Rules
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
[AddInNameAttribute("Maximum length")]
[AddInUseParametersAttribute(true)]
[AddInOrderAttribute(7)]
public class MaxLengthRule : MinLengthRule

The MaxLengthRule type exposes the following members.

Constructors
  NameDescription
Public methodMaxLengthRule
Initializes a new instance of the MaxLengthRule class
Top
Properties
  NameDescription
Public propertyId (Inherited from Rule.)
Public propertyParameters (Inherited from MinLengthRule.)
Public propertyValidationId (Inherited from Rule.)
Top
Methods
Fields
  NameDescription
Protected fieldParam (Inherited from MinLengthRule.)
Top
See Also