Class Model.MatchFlags
Provides matching behavior flags for subclasses.
protected static class Model.MatchFlags
- Inheritance
-
Model.MatchFlags
- Inherited Members
Fields
MatchCaseSensitive
public const int MatchCaseSensitive = 16
Field Value
MatchContains
public const int MatchContains = 1
Field Value
MatchEndsWith
public const int MatchEndsWith = 3
Field Value
MatchExactly
public const int MatchExactly = 0
Field Value
MatchFixedString
public const int MatchFixedString = 8
Field Value
MatchRecursive
public const int MatchRecursive = 64
Field Value
MatchRegularExpression
public const int MatchRegularExpression = 4
Field Value
MatchStartsWith
public const int MatchStartsWith = 2
Field Value
MatchWildcard
public const int MatchWildcard = 5
Field Value
MatchWrap
public const int MatchWrap = 32