Class GreaterThanRule
- Namespace
- Dynamicweb.Ecommerce.Orders.Validation.Rules
- Assembly
- Dynamicweb.Ecommerce.dll
The class GreaterThanRule represents Rule based on is greater then checking.
[AddInName("Is greater than")]
[AddInUseParameters(true)]
[AddInOrder(9)]
public class GreaterThanRule : LessThanRule
- Inheritance
-
GreaterThanRule
- Inherited Members
Methods
Validates(string)
Validates value according the "is greater then" checking.
public override bool Validates(string value)
Parameters
value
stringThe value to validate.