TypedDataSetSchemaImporterExtension Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Generates internal mappings to .NET types for XML schema element declarations, including literal XSD message parts in a WSDL document.
public ref class TypedDataSetSchemaImporterExtension : System::Xml::Serialization::Advanced::SchemaImporterExtension
public class TypedDataSetSchemaImporterExtension : System.Xml.Serialization.Advanced.SchemaImporterExtension
type TypedDataSetSchemaImporterExtension = class
inherit SchemaImporterExtension
Public Class TypedDataSetSchemaImporterExtension
Inherits SchemaImporterExtension
- Inheritance
- Derived
Remarks
Expands upon the XmlSchemaImporter to provide additional functionality for typed datasets.
Constructors
TypedDataSetSchemaImporterExtension() |
Initializes a new instance of the TypedDataSetSchemaImporterExtension class. |
TypedDataSetSchemaImporterExtension(TypedDataSetGenerator+GenerateOption) |
Initializes a new instance of the TypedDataSetSchemaImporterExtension class. |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
ImportAnyElement(XmlSchemaAny, Boolean, XmlSchemas, XmlSchemaImporter, CodeCompileUnit, CodeNamespace, CodeGenerationOptions, CodeDomProvider) |
Handles the importation of the <xsd:any> elements in the schema. (Inherited from SchemaImporterExtension) |
ImportDefaultValue(String, String) |
Allows you to specify the default value for the XSD type being imported. (Inherited from SchemaImporterExtension) |
ImportSchemaType(String, String, XmlSchemaObject, XmlSchemas, XmlSchemaImporter, CodeCompileUnit, CodeNamespace, CodeGenerationOptions, CodeDomProvider) |
Generates internal type mapping information for an element defined in an XML schema document. |
ImportSchemaType(XmlSchemaType, XmlSchemaObject, XmlSchemas, XmlSchemaImporter, CodeCompileUnit, CodeNamespace, CodeGenerationOptions, CodeDomProvider) |
Generates internal type mapping information for an element defined in an XML schema document. |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |