Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Xml.Serialization.XmlAttributes Class Reference

Public Member Functions

 XmlAttributes ()
 
 XmlAttributes (ICustomAttributeProvider provider)
 

Static Package Functions

static object GetAttr (MemberInfo memberInfo, Type attrType)
 

Properties

XmlAttributeFlags XmlFlags [get]
 
XmlElementAttributes XmlElements [get]
 
XmlAttributeAttributeXmlAttribute [get, set]
 
XmlEnumAttributeXmlEnum [get, set]
 
XmlTextAttributeXmlText [get, set]
 
XmlArrayAttributeXmlArray [get, set]
 
XmlArrayItemAttributes XmlArrayItems [get]
 
object? XmlDefaultValue [get, set]
 
bool XmlIgnore [get, set]
 
XmlTypeAttributeXmlType [get, set]
 
XmlRootAttributeXmlRoot [get, set]
 
XmlAnyElementAttributes XmlAnyElements [get]
 
XmlAnyAttributeAttributeXmlAnyAttribute [get, set]
 
XmlChoiceIdentifierAttributeXmlChoiceIdentifier [get]
 
bool Xmlns [get, set]
 

Private Attributes

readonly XmlElementAttributes _xmlElements = new XmlElementAttributes()
 
readonly XmlArrayItemAttributes _xmlArrayItems = new XmlArrayItemAttributes()
 
readonly XmlAnyElementAttributes _xmlAnyElements = new XmlAnyElementAttributes()
 
XmlArrayAttribute _xmlArray
 
XmlAttributeAttribute _xmlAttribute
 
XmlTextAttribute _xmlText
 
XmlEnumAttribute _xmlEnum
 
bool _xmlIgnore
 
bool _xmlns
 
object _xmlDefaultValue
 
XmlRootAttribute _xmlRoot
 
XmlTypeAttribute _xmlType
 
XmlAnyAttributeAttribute _xmlAnyAttribute
 
readonly XmlChoiceIdentifierAttribute _xmlChoiceIdentifier
 

Detailed Description

Definition at line 6 of file XmlAttributes.cs.


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