Table of Contents

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
Inherited Members

Fields

Param

protected string Param

Field Value

string

Properties

Parameters

The rule parameters.
public override string Parameters { get; set; }

Property Value

string

Methods

Validates(string)

Validates value according the "is less then" checking.
public override bool Validates(string value)

Parameters

value string
The value to validate.

Returns

bool
To top