Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Xml.Serialization.AccessorMapping Class Referenceabstract

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]
 

Private Attributes

TypeDesc _typeDesc
 
AttributeAccessor _attribute
 
ElementAccessor[] _elements
 
ElementAccessor[] _sortedElements
 
TextAccessor _text
 
ChoiceIdentifierAccessor _choiceIdentifier
 
XmlnsAccessor _xmlns
 
bool _ignore
 
bool _isSoap
 

Detailed Description

Definition at line 5 of file AccessorMapping.cs.


The documentation for this class was generated from the following file: