C# Class System.Xml.Serialization.SchemaImporter

Show file Open project: dotnet/corefx

Private Properties

Property Type Description
AddReference void
AddReservedIdentifiersForDataBinding void
CreateRootMapping StructMapping
GenerateUniqueTypeName string
GetRootMapping StructMapping
ImportDerivedTypes void
ImportRootMapping StructMapping
MakeDerived void
RemoveReference void
SchemaImporter System

Private Methods

Method Description
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