See also:
NTier Windows Forms Framework Home
NTier Framework API reference
Namespace: NTier.EntitySchemaImporterExtension
Assembly: NTier.EntitySchemaImporterExtension (in NTier.EntitySchemaImporterExtension.dll) Version: 1.0.0.0
NTier Windows Forms Framework Home
NTier Framework API reference
Namespace: NTier.EntitySchemaImporterExtension
Assembly: NTier.EntitySchemaImporterExtension (in NTier.EntitySchemaImporterExtension.dll) Version: 1.0.0.0
Syntax
C# |
---|
public override sealed string ImportSchemaType( XmlSchemaType type, XmlSchemaObject context, XmlSchemas schemas, XmlSchemaImporter importer, CodeCompileUnit compileUnit, CodeNamespace mainNamespace, CodeGenerationOptions options, CodeDomProvider codeProvider ) |
Visual Basic |
---|
Public Overrides NotOverridable Function ImportSchemaType ( type As XmlSchemaType, context As XmlSchemaObject, schemas As XmlSchemas, importer As XmlSchemaImporter, compileUnit As CodeCompileUnit, mainNamespace As CodeNamespace, options As CodeGenerationOptions, codeProvider As CodeDomProvider ) As String |
Visual C++ |
---|
public: virtual String^ ImportSchemaType( XmlSchemaType^ type, XmlSchemaObject^ context, XmlSchemas^ schemas, XmlSchemaImporter^ importer, CodeCompileUnit^ compileUnit, CodeNamespace^ mainNamespace, CodeGenerationOptions options, CodeDomProvider^ codeProvider ) override sealed |
Parameters
- type
- Type: System.Xml.Schema..::..XmlSchemaType
- context
- Type: System.Xml.Schema..::..XmlSchemaObject
- schemas
- Type: System.Xml.Serialization..::..XmlSchemas
- importer
- Type: System.Xml.Serialization..::..XmlSchemaImporter
- compileUnit
- Type: System.CodeDom..::..CodeCompileUnit
- mainNamespace
- Type: System.CodeDom..::..CodeNamespace
- options
- Type: System.Xml.Serialization..::..CodeGenerationOptions
- codeProvider
- Type: System.CodeDom.Compiler..::..CodeDomProvider