Class LessThanRule
- Namespace
- Dynamicweb.Ecommerce.Orders.Validation.Rules
- Assembly
- Dynamicweb.Ecommerce.dll
The class LessThanRule represents Rule based on is less then checking.
[AddInName("Is less than")]
[AddInUseParameters(true)]
[AddInOrder(8)]
public class LessThanRule : Rule
- Inheritance
-
LessThanRule
- Derived
- Inherited Members
Fields
Param
protected string Param
Field Value
Properties
Parameters
The rule parameters.
public override string Parameters { get; set; }
Property Value
Methods
Validates(string)
Validates value according the "is less then" checking.
public override bool Validates(string value)
Parameters
value
stringThe value to validate.