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

Public Member Functions

void SetKey (string? key)
 

Package Functions

 XmlMapping (TypeScope scope, ElementAccessor accessor)
 
 XmlMapping (TypeScope scope, ElementAccessor accessor, XmlMappingAccess access)
 
void SetKeyInternal (string key)
 
void CheckShallow ()
 

Static Package Functions

static string GenerateKey (Type type, XmlRootAttribute root, string ns)
 
static bool IsShallow (XmlMapping[] mappings)
 

Properties

ElementAccessor Accessor [get]
 
TypeScopeScope [get]
 
string ElementName [get]
 
string XsdElementName [get]
 
stringNamespace [get]
 
bool GenerateSerializer [get, set]
 
bool IsReadable [get]
 
bool IsWriteable [get]
 
bool IsSoap [get, set]
 
stringKey [get]
 

Private Attributes

readonly TypeScope _scope
 
bool _generateSerializer
 
bool _isSoap
 
readonly ElementAccessor _accessor
 
string _key
 
readonly bool _shallow
 
readonly XmlMappingAccess _access
 

Detailed Description

Definition at line 3 of file XmlMapping.cs.


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