A constraint used by a NameFilter when testing names for validity.
FilterConstraint(FilterCondition type, System.String value)
No public methods.
Type
FilterCondition
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 10 months ago