Class FindSpecialChars
Inheritance
System.Object
FindSpecialChars
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.Common
Assembly: ArtOfTest.WebAii.dll
Syntax
public static class FindSpecialChars
Fields
Contains
Declaration
public const char Contains = '~'
Field Value
System.Char
|
EndsWith
Declaration
public const char EndsWith = '?'
Field Value
System.Char
|
Equal
Declaration
public const char Equal = '='
Field Value
System.Char
|
Escape
Declaration
public const char Escape = '\''
Field Value
System.Char
|
Exists
Declaration
public const char Exists = '+'
Field Value
System.Char
|
ExpPathSeparator
Declaration
public const char ExpPathSeparator = '/'
Field Value
System.Char
|
Missing
Declaration
public const char Missing = '-'
Field Value
System.Char
|
NotContain
Declaration
public const char NotContain = '!'
Field Value
System.Char
|
Pipe
Declaration
public const char Pipe = '|'
Field Value
System.Char
|
RegEx
Declaration
public const char RegEx = '#'
Field Value
System.Char
|
StartsWith
Declaration
public const char StartsWith = '^'
Field Value
System.Char
|