FilterConstraint

A constraint used by a NameFilter when testing names for validity.

Constructors

Constructor
Description

FilterConstraint(FilterCondition type, System.String value)

Methods

No public methods.

Properties

Property
Type
Description

Type

The type of condition names will be tested against. (eg. Contains, StartsWith, EndsWith, MatchesPattern)

Value

System.String

The value or pattern that names will be tested against.

Last updated