Click or drag to resize

XmlTypeCodeExtensions Class

This static class provides extension methods for the interpretation of XmlTypeCode.
Inheritance Hierarchy
SystemObject
  Aml.Engine.SchemaXmlTypeCodeExtensions

Namespace: Aml.Engine.Schema
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public static class XmlTypeCodeExtensions

The XmlTypeCodeExtensions type exposes the following members.

Methods
 NameDescription
Public Extension MethodAttributeType Gets the CLR-Type for the provided typeCode
Public Extension MethodDefaultObsolete.
Returns the default value for XmlTypeCode
Public Extension MethodDefaultDecodedValue Returns the default value for an XmlTypeCode. The data type of the returned object is the associated CLR type of the provided type code. The CLR type is available with the AttributeType(XmlTypeCode) method.
Public Extension MethodDefaultEncodedValue Converts the default value for the specified typeCode to a valid XML value string
Public Extension MethodXmlTypeCodeFromSchemaType Gets the XmlTypeCode from the W3C XSD schema type string.
Top
See Also