|
Terraria v1.4.4.9
Terraria source code documentation
|
Classes | |
| class | AccessorComparer |
Protected Member Functions | |
| AccessorMapping (AccessorMapping mapping) | |
Package Functions | |
| AccessorMapping () | |
| bool | Match (AccessorMapping mapping) |
Static Package Functions | |
| static void | SortMostToLeastDerived (ElementAccessor[] elements) |
| static bool | ElementsMatch (ElementAccessor[] a, ElementAccessor[] b) |
Properties | |
| bool | IsAttribute [get] |
| bool | IsText [get] |
| bool | IsParticle [get] |
| TypeDesc | TypeDesc [get, set] |
| AttributeAccessor | Attribute [get, set] |
| ElementAccessor[] | Elements [get, set] |
| ElementAccessor[] | ElementsSortedByDerivation [get] |
| TextAccessor | Text [get, set] |
| ChoiceIdentifierAccessor | ChoiceIdentifier [get, set] |
| XmlnsAccessor | Xmlns [get, set] |
| bool | Ignore [get, set] |
| Accessor | Accessor [get] |
| bool | IsSoap [get, set] |
Definition at line 5 of file AccessorMapping.cs.