SchemaImporter Class

Definition

Describes a schema importer.

public ref class SchemaImporter abstract
public abstract class SchemaImporter
type SchemaImporter = class
Public MustInherit Class SchemaImporter
Inheritance
SchemaImporter
Derived

Remarks

This class describes a schema importer, which transforms an XML schema into corresponding code entities. The SchemaImporter class is the parent class of the XmlSchemaImporter class, which implements this functionality.

Properties

Extensions

Gets a collection of schema importer extensions.

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)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to