Click or drag to resize

RequiredRule Class

Inheritance Hierarchy

Namespace:  Dynamicweb.Ecommerce.Orders.Validation.Rules
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
[AddInNameAttribute("Required")]
[AddInUseParametersAttribute(false)]
[AddInOrderAttribute(-1)]
public class RequiredRule : MinLengthRule

The RequiredRule type exposes the following members.

Constructors
  NameDescription
Public methodRequiredRule
Initializes a new instance of the RequiredRule 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