|
| ContentNameValidationException (char invalidChar, string invalidCharName, int position, string name) |
|
|
static Dictionary< char, string > | INVALID_CHARACTERS |
|
static char[] | INVALID_CHARS = INVALID_CHARACTERS.Keys.ToArray() |
|
|
char | InvalidChar [get] |
|
int | InvalidCharPosition [get] |
|
string | Name [get] |
|
string | InvalidCharName [get] |
|
◆ INVALID_CHARACTERS
Dictionary<char, string> DisruptorBeam.Content.Validation.ContentNameValidationException.INVALID_CHARACTERS |
|
static |
Initial value:= new Dictionary<char, string>
{
{' ', "spaces"},
{'/', "forward slash"},
{'\\', "back slashes"},
{'|', "pipes"},
{':', "colons"},
{'*', "asterisks"},
{'?', "question marks"},
{'"', "double quotes"},
{'<', "less than symbols"},
{'>', "greater than symbols"},
}
The documentation for this class was generated from the following file:
- client/Packages/com.disruptorbeam.engine/Runtime/DisruptorEngine/Content/Validation/ContentValidationException.cs