C# 클래스 System.Xml.Serialization.Advanced.SchemaImporterExtension

파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

공개 메소드들

메소드 설명
ImportAnyElement ( XmlSchemaAny any, bool mixed, System.Xml.Serialization.XmlSchemas schemas, XmlSchemaImporter importer, CodeCompileUnit compileUnit, CodeNamespace mainNamespace, CodeGenerationOptions options, CodeDomProvider codeProvider ) : string
ImportDefaultValue ( string value, string type ) : System.CodeDom.CodeExpression
ImportSchemaType ( XmlSchemaType type, XmlSchemaObject context, System.Xml.Serialization.XmlSchemas schemas, XmlSchemaImporter importer, CodeCompileUnit compileUnit, CodeNamespace mainNamespace, CodeGenerationOptions options, CodeDomProvider codeProvider ) : string
ImportSchemaType ( string name, string ns, XmlSchemaObject context, System.Xml.Serialization.XmlSchemas schemas, XmlSchemaImporter importer, CodeCompileUnit compileUnit, CodeNamespace mainNamespace, CodeGenerationOptions options, CodeDomProvider codeProvider ) : string

메소드 상세

ImportAnyElement() 공개 메소드

public ImportAnyElement ( XmlSchemaAny any, bool mixed, System.Xml.Serialization.XmlSchemas schemas, XmlSchemaImporter importer, CodeCompileUnit compileUnit, CodeNamespace mainNamespace, CodeGenerationOptions options, CodeDomProvider codeProvider ) : string
any System.Xml.Schema.XmlSchemaAny
mixed bool
schemas System.Xml.Serialization.XmlSchemas
importer System.Xml.Serialization.XmlSchemaImporter
compileUnit System.CodeDom.CodeCompileUnit
mainNamespace System.CodeDom.CodeNamespace
options CodeGenerationOptions
codeProvider System.CodeDom.Compiler.CodeDomProvider
리턴 string

ImportDefaultValue() 공개 메소드

public ImportDefaultValue ( string value, string type ) : System.CodeDom.CodeExpression
value string
type string
리턴 System.CodeDom.CodeExpression

ImportSchemaType() 공개 메소드

public ImportSchemaType ( XmlSchemaType type, XmlSchemaObject context, System.Xml.Serialization.XmlSchemas schemas, XmlSchemaImporter importer, CodeCompileUnit compileUnit, CodeNamespace mainNamespace, CodeGenerationOptions options, CodeDomProvider codeProvider ) : string
type System.Xml.Schema.XmlSchemaType
context System.Xml.Schema.XmlSchemaObject
schemas System.Xml.Serialization.XmlSchemas
importer System.Xml.Serialization.XmlSchemaImporter
compileUnit System.CodeDom.CodeCompileUnit
mainNamespace System.CodeDom.CodeNamespace
options CodeGenerationOptions
codeProvider System.CodeDom.Compiler.CodeDomProvider
리턴 string

ImportSchemaType() 공개 메소드

public ImportSchemaType ( string name, string ns, XmlSchemaObject context, System.Xml.Serialization.XmlSchemas schemas, XmlSchemaImporter importer, CodeCompileUnit compileUnit, CodeNamespace mainNamespace, CodeGenerationOptions options, CodeDomProvider codeProvider ) : string
name string
ns string
context System.Xml.Schema.XmlSchemaObject
schemas System.Xml.Serialization.XmlSchemas
importer System.Xml.Serialization.XmlSchemaImporter
compileUnit System.CodeDom.CodeCompileUnit
mainNamespace System.CodeDom.CodeNamespace
options CodeGenerationOptions
codeProvider System.CodeDom.Compiler.CodeDomProvider
리턴 string