SqlTypesSchemaImporterExtensionHelper Class

 

The SqlTypesSchemaImporterExtensionHelper class is not intended for use as a stand-alone component, but as a class from which other classes derive standard functionality.

Namespace:   System.Data.SqlTypes
Assembly:  System.Data (in System.Data.dll)

System::Object
  System.Xml.Serialization.Advanced::SchemaImporterExtension
    System.Data.SqlTypes::SqlTypesSchemaImporterExtensionHelper
      System.Data.SqlTypes::TypeBigIntSchemaImporterExtension
      System.Data.SqlTypes::TypeBinarySchemaImporterExtension
      System.Data.SqlTypes::TypeBitSchemaImporterExtension
      System.Data.SqlTypes::TypeCharSchemaImporterExtension
      System.Data.SqlTypes::TypeDateTimeSchemaImporterExtension
      System.Data.SqlTypes::TypeDecimalSchemaImporterExtension
      System.Data.SqlTypes::TypeFloatSchemaImporterExtension
      System.Data.SqlTypes::TypeIntSchemaImporterExtension
      System.Data.SqlTypes::TypeMoneySchemaImporterExtension
      System.Data.SqlTypes::TypeNCharSchemaImporterExtension
      System.Data.SqlTypes::TypeNTextSchemaImporterExtension
      System.Data.SqlTypes::TypeNumericSchemaImporterExtension
      System.Data.SqlTypes::TypeNVarCharSchemaImporterExtension
      System.Data.SqlTypes::TypeRealSchemaImporterExtension
      System.Data.SqlTypes::TypeSmallDateTimeSchemaImporterExtension
      System.Data.SqlTypes::TypeSmallIntSchemaImporterExtension
      System.Data.SqlTypes::TypeSmallMoneySchemaImporterExtension
      System.Data.SqlTypes::TypeTextSchemaImporterExtension
      System.Data.SqlTypes::TypeTinyIntSchemaImporterExtension
      System.Data.SqlTypes::TypeUniqueIdentifierSchemaImporterExtension
      System.Data.SqlTypes::TypeVarBinarySchemaImporterExtension
      System.Data.SqlTypes::TypeVarCharSchemaImporterExtension
      System.Data.SqlTypes::TypeVarImageSchemaImporterExtension

public ref class SqlTypesSchemaImporterExtensionHelper : SchemaImporterExtension

NameDescription
System_CAPS_pubmethodSqlTypesSchemaImporterExtensionHelper(String^, String^)

The SqlTypesSchemaImporterExtensionHelper class is not intended for use as a stand-alone component, but as a class from which other classes derive standard functionality.

System_CAPS_pubmethodSqlTypesSchemaImporterExtensionHelper(String^, String^, Boolean)

The SqlTypesSchemaImporterExtensionHelper class is not intended for use as a stand-alone component, but as a class from which other classes derive standard functionality.

System_CAPS_pubmethodSqlTypesSchemaImporterExtensionHelper(String^, String^, array<String^>^, array<CodeNamespaceImport^>^, String^, Boolean)

The SqlTypesSchemaImporterExtensionHelper class is not intended for use as a stand-alone component, but as a class from which other classes derive standard functionality.

NameDescription
System_CAPS_pubmethodEquals(Object^)

Determines whether the specified object is equal to the current object.(Inherited from Object.)

System_CAPS_protmethodFinalize()

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

Serves as the default hash function. (Inherited from Object.)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_pubmethodImportAnyElement(XmlSchemaAny^, Boolean, XmlSchemas^, XmlSchemaImporter^, CodeCompileUnit^, CodeNamespace^, CodeGenerationOptions, CodeDomProvider^)

Handles the importation of the <xsd:any> elements in the schema.(Inherited from SchemaImporterExtension.)

System_CAPS_pubmethodImportDefaultValue(String^, String^)

Allows you to specify the default value for the XSD type being imported.(Inherited from SchemaImporterExtension.)

System_CAPS_pubmethodImportSchemaType(String^, String^, XmlSchemaObject^, XmlSchemas^, XmlSchemaImporter^, CodeCompileUnit^, CodeNamespace^, CodeGenerationOptions, CodeDomProvider^)

The SqlTypesSchemaImporterExtensionHelper class is not intended for use as a stand-alone component, but as a class from which other classes derive standard functionality.(Overrides SchemaImporterExtension::ImportSchemaType(String^, String^, XmlSchemaObject^, XmlSchemas^, XmlSchemaImporter^, CodeCompileUnit^, CodeNamespace^, CodeGenerationOptions, CodeDomProvider^).)

System_CAPS_pubmethodImportSchemaType(XmlSchemaType^, XmlSchemaObject^, XmlSchemas^, XmlSchemaImporter^, CodeCompileUnit^, CodeNamespace^, CodeGenerationOptions, CodeDomProvider^)

The SqlTypesSchemaImporterExtensionHelper class is not intended for use as a stand-alone component, but as a class from which other classes derive standard functionality.(Overrides SchemaImporterExtension::ImportSchemaType(XmlSchemaType^, XmlSchemaObject^, XmlSchemas^, XmlSchemaImporter^, CodeCompileUnit^, CodeNamespace^, CodeGenerationOptions, CodeDomProvider^).)

System_CAPS_protmethodMemberwiseClone()

Creates a shallow copy of the current Object.(Inherited from Object.)

System_CAPS_pubmethodToString()

Returns a string that represents the current object.(Inherited from Object.)

NameDescription
System_CAPS_protfieldSystem_CAPS_staticSqlTypesNamespace

The SqlTypesSchemaImporterExtensionHelper class is not intended for use as a stand-alone component, but as a class from which other classes derive standard functionality.

.NET Framework
Available since 2.0

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: