Table of Contents

Class NotContainsRule

Namespace
Dynamicweb.Ecommerce.Orders.Validation.Rules
Assembly
Dynamicweb.Ecommerce.dll
The class NotContainsRule represents Rule based on not contains checking.
[AddInName("Not contains")]
[AddInUseParameters(true)]
[AddInOrder(1)]
public class NotContainsRule : ContainsRule
Inheritance
NotContainsRule
Inherited Members

Methods

Validates(string)

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

Parameters

value string
The value to validate.

Returns

bool
To top