Terraria v1.4.4.9
Terraria source code documentation
|
Package Functions | |
Accessor () | |
string | ToString (string defaultNs) |
Static Package Functions | |
static string | EscapeName (string name) |
static string | EscapeQName (string name) |
static string | UnescapeName (string name) |
Properties | |
TypeMapping | Mapping [get, set] |
object | Default [get, set] |
bool | HasDefault [get] |
virtual string | Name [get, set] |
bool | Any [get, set] |
string | AnyNamespaces [get, set] |
string | Namespace [get, set] |
XmlSchemaForm | Form [get, set] |
bool | IsFixed [set] |
bool | IsOptional [set] |
bool | IsTopLevelInSchema [get, set] |
Private Attributes | |
string | _name |
object | _defaultValue |
string | _ns |
TypeMapping | _mapping |
bool | _any |
string | _anyNs |
bool | _topLevelInSchema |
bool | _isFixed |
bool | _isOptional |
XmlSchemaForm | _form |
Definition at line 6 of file Accessor.cs.