Click or drag to resize

GreaterThanRule Class

Inheritance Hierarchy

Namespace:  Dynamicweb.Ecommerce.Orders.Validation.Rules
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
[AddInNameAttribute("Is greater than")]
[AddInUseParametersAttribute(true)]
[AddInOrderAttribute(9)]
public class GreaterThanRule : LessThanRule

The GreaterThanRule type exposes the following members.

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