Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
SoapAttributes () | |
SoapAttributes (ICustomAttributeProvider provider) | |
Package Functions | |
SoapAttributeFlags | GetSoapFlags () |
Properties | |
SoapAttributeFlags | SoapFlags [get] |
SoapTypeAttribute? | SoapType [get, set] |
SoapEnumAttribute? | SoapEnum [get, set] |
bool | SoapIgnore [get, set] |
SoapElementAttribute? | SoapElement [get, set] |
SoapAttributeAttribute? | SoapAttribute [get, set] |
object? | SoapDefaultValue [get, set] |
Private Attributes | |
bool | _soapIgnore |
SoapTypeAttribute | _soapType |
SoapElementAttribute | _soapElement |
SoapAttributeAttribute | _soapAttribute |
SoapEnumAttribute | _soapEnum |
object | _soapDefaultValue |
Definition at line 6 of file SoapAttributes.cs.