|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| void | SetValidity (XmlSchemaValidity value) |
| void | SetIsDefault (bool value) |
| void | SetIsNil (bool value) |
| override bool | Equals (IXmlSchemaInfo schemaInfo) |
Static Public Member Functions | |
| static XmlName | Create (string prefix, string localName, string ns, int hashCode, XmlDocument ownerDoc, XmlName next, IXmlSchemaInfo schemaInfo) |
| static int | GetHashCode (string name) |
Package Functions | |
| XmlNameEx (string prefix, string localName, string ns, int hashCode, XmlDocument ownerDoc, XmlName next, IXmlSchemaInfo schemaInfo) | |
Package Attributes | |
| XmlDocument | ownerDoc |
| XmlName | next |
Properties | |
| override XmlSchemaValidity | Validity [get] |
| override bool | IsDefault [get] |
| override bool | IsNil [get] |
| override XmlSchemaSimpleType | MemberType [get] |
| override XmlSchemaType | SchemaType [get] |
| override XmlSchemaElement | SchemaElement [get] |
| override XmlSchemaAttribute | SchemaAttribute [get] |
| string | LocalName [get] |
| string | NamespaceURI [get] |
| string | Prefix [get] |
| int | HashCode [get] |
| XmlDocument | OwnerDocument [get] |
| string | Name [get] |
Private Attributes | |
| byte | _flags |
| readonly XmlSchemaSimpleType | _memberType |
| readonly XmlSchemaType | _schemaType |
| readonly object | _decl |
| readonly string | _prefix |
| readonly string | _localName |
| readonly string | _ns |
| string | _name |
| readonly int | _hashCode |
Definition at line 5 of file XmlNameEx.cs.