Terraria v1.4.4.9
Terraria source code documentation
|
Protected Member Functions | |
SchemaDeclBase (XmlQualifiedName name, string prefix) | |
SchemaDeclBase () | |
Protected Attributes | |
XmlQualifiedName | name = XmlQualifiedName.Empty |
string | prefix |
bool | isDeclaredInExternal |
Use | presence |
XmlSchemaType | schemaType |
XmlSchemaDatatype | datatype |
string | defaultValueRaw |
object | defaultValueTyped |
long | maxLength |
long | minLength |
List< string > | values |
Package Types | |
enum | Use { Default , Required , Implied , Fixed , RequiredFixed } |
Package Functions | |
void | AddValue (string value) |
bool | CheckEnumeration (object pVal) |
bool | CheckValue (object pVal) |
Properties | |
XmlQualifiedName | Name [get, set] |
string | Prefix [get, set] |
bool | IsDeclaredInExternal [get, set] |
Use | Presence [get, set] |
long | MaxLength [get, set] |
long | MinLength [get, set] |
XmlSchemaType | SchemaType [get, set] |
XmlSchemaDatatype | Datatype [get, set] |
List< string > | Values [get, set] |
string | DefaultValueRaw [get, set] |
object | DefaultValueTyped [get, set] |
Definition at line 6 of file SchemaDeclBase.cs.