C# 클래스 System.Xml.Serialization.SchemaImporter

파일 보기 프로젝트 열기: dotnet/corefx

Private Properties

프로퍼티 타입 설명
AddReference void
AddReservedIdentifiersForDataBinding void
CreateRootMapping StructMapping
GenerateUniqueTypeName string
GetRootMapping StructMapping
ImportDerivedTypes void
ImportRootMapping StructMapping
MakeDerived void
RemoveReference void
SchemaImporter System

비공개 메소드들

메소드 설명
AddReference ( XmlQualifiedName name, NameTable references, string error ) : void
AddReservedIdentifiersForDataBinding ( CodeIdentifiers scope ) : void
CreateRootMapping ( ) : StructMapping
GenerateUniqueTypeName ( string typeName ) : string
GetRootMapping ( ) : StructMapping
ImportDerivedTypes ( XmlQualifiedName baseName ) : void
ImportRootMapping ( ) : StructMapping
MakeDerived ( StructMapping structMapping, Type baseType, bool baseTypeCanBeIndirect ) : void
RemoveReference ( XmlQualifiedName name, NameTable references ) : void
SchemaImporter ( System.Xml.Serialization.XmlSchemas schemas, CodeGenerationOptions options, ImportContext context ) : System