Terraria v1.4.4.9
Terraria source code documentation
|
Static Public Member Functions | |
static XmlValueConverter | Create (XmlSchemaType schemaType) |
Protected Member Functions | |
Exception | CreateInvalidClrMappingException (Type sourceType, Type destinationType) |
virtual object | ChangeListType (object value, Type destinationType, IXmlNamespaceResolver nsResolver) |
Static Package Functions | |
static DateTime | DateTimeOffsetToDateTime (DateTimeOffset value) |
static int | DecimalToInt32 (decimal value) |
Properties | |
XmlSchemaType | SchemaType [get] |
XmlTypeCode | TypeCode [get] |
string | XmlTypeName [get] |
Type | DefaultClrType [get] |
Private Member Functions | |
XmlNumeric10Converter (XmlSchemaType schemaType) | |
object | ChangeTypeWildcardDestination (object value, Type destinationType, IXmlNamespaceResolver nsResolver) |
object | ChangeTypeWildcardSource (object value, Type destinationType, IXmlNamespaceResolver nsResolver) |
Private Attributes | |
readonly XmlSchemaType | _schemaType |
readonly XmlTypeCode | _typeCode |
readonly Type | _clrTypeDefault |
Definition at line 3 of file XmlNumeric10Converter.cs.