|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| int | DeclareName (string name) |
| int | DeclareNameFilter (string locName, string nsUri) |
| int | DeclarePrefixMappings (IList< QilNode > list) |
| int | DeclareGlobalValue (string name) |
| int | DeclareEarlyBound (string namespaceUri, [DynamicallyAccessedMembers(DynamicallyAccessedMemberTypes.PublicParameterlessConstructor)] Type ebType) |
| int | DeclareXmlType (XmlQueryType type) |
| int | DeclareCollation (string collation) |
Properties | |
| string[] | Names [get] |
| Int32Pair[] | NameFilters [get] |
| StringPair[][] | PrefixMappingsList [get] |
| string[] | GlobalNames [get] |
| EarlyBoundInfo[] | EarlyBound [get] |
| XmlQueryType[] | XmlTypes [get] |
| XmlCollation[] | Collations [get] |
Private Attributes | |
| UniqueList< string > | _uniqueNames |
| UniqueList< Int32Pair > | _uniqueFilters |
| List< StringPair[]> | _prefixMappingsList |
| List< string > | _globalNames |
| UniqueList< EarlyBoundInfo > | _earlyInfo |
| UniqueList< XmlQueryType > | _uniqueXmlTypes |
| UniqueList< XmlCollation > | _uniqueCollations |
Definition at line 8 of file StaticDataManager.cs.