Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Xml.Serialization.AttributeAccessor Class Referencesealed

Package Functions

void CheckSpecial ()
 
string ToString (string defaultNs)
 

Static Package Functions

static string EscapeName (string name)
 
static string EscapeQName (string name)
 
static string UnescapeName (string name)
 

Properties

bool IsSpecialXmlNamespace [get]
 
bool IsList [get, set]
 
TypeMapping Mapping [get, set]
 
object Default [get, set]
 
bool HasDefault [get]
 
virtual string Name [get, set]
 
bool Any [get, set]
 
string AnyNamespaces [get, set]
 
string Namespace [get, set]
 
XmlSchemaForm Form [get, set]
 
bool IsFixed [set]
 
bool IsOptional [set]
 
bool IsTopLevelInSchema [get, set]
 

Private Attributes

bool _isSpecial
 
bool _isList
 
string _name
 
object _defaultValue
 
string _ns
 
TypeMapping _mapping
 
bool _any
 
string _anyNs
 
bool _topLevelInSchema
 
bool _isFixed
 
bool _isOptional
 
XmlSchemaForm _form
 

Detailed Description

Definition at line 5 of file AttributeAccessor.cs.


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