Table of Contents

Class EqualsRule

Namespace
Dynamicweb.Ecommerce.Orders.Validation.Rules
Assembly
Dynamicweb.Ecommerce.dll
The class EqualsRule represents Rule based on equals checking.
[AddInName("Equals")]
[AddInUseParameters(true)]
[AddInOrder(2)]
public class EqualsRule : Rule
Inheritance
EqualsRule
Inherited Members

Properties

Parameters

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

Property Value

string

Methods

Validates(string)

Validates value according the "equals" checking.
public override bool Validates(string value)

Parameters

value string
The value to validate.

Returns

bool
To top