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

Public Member Functions

 SoapAttributes ()
 
 SoapAttributes (ICustomAttributeProvider provider)
 

Package Functions

SoapAttributeFlags GetSoapFlags ()
 

Properties

SoapAttributeFlags SoapFlags [get]
 
SoapTypeAttributeSoapType [get, set]
 
SoapEnumAttributeSoapEnum [get, set]
 
bool SoapIgnore [get, set]
 
SoapElementAttributeSoapElement [get, set]
 
SoapAttributeAttributeSoapAttribute [get, set]
 
object? SoapDefaultValue [get, set]
 

Private Attributes

bool _soapIgnore
 
SoapTypeAttribute _soapType
 
SoapElementAttribute _soapElement
 
SoapAttributeAttribute _soapAttribute
 
SoapEnumAttribute _soapEnum
 
object _soapDefaultValue
 

Detailed Description

Definition at line 6 of file SoapAttributes.cs.


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