C# Class System.Runtime.Serialization.XsdDataContractExporter

Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Private Properties

Свойство Type Description
AddKnownTypes void
AddType void
CheckAndAddType void
Export void
GetSchemaSet System.Xml.Schema.XmlSchemaSet
GetSurrogatedType System.Type
TraceExportBegin void
TraceExportEnd void
TraceExportError void

Méthodes publiques

Méthode Description
CanExport ( ICollection assemblies ) : bool
CanExport ( ICollection types ) : bool
CanExport ( System type ) : bool
CanExport ( System assemblies ) : bool
CanExport ( System types ) : bool
CanExport ( Type type ) : bool
Export ( ICollection assemblies ) : void
Export ( ICollection types ) : void
Export ( System type ) : void
Export ( System assemblies ) : void
Export ( System types ) : void
Export ( Type type ) : void
GenerateCode ( IList assemblies ) : IList
GetRootElementName ( System type ) : System.Xml.XmlQualifiedName
GetRootElementName ( Type type ) : XmlQualifiedName
GetSchemaType ( System type ) : System.Xml.Schema.XmlSchemaType
GetSchemaType ( Type type ) : XmlSchemaType
GetSchemaTypeName ( System type ) : System.Xml.XmlQualifiedName
GetSchemaTypeName ( Type type ) : XmlQualifiedName
XsdDataContractExporter ( )
XsdDataContractExporter ( System schemas )
XsdDataContractExporter ( ) : System.Xml
XsdDataContractExporter ( XmlSchemaSet schemas ) : System.Xml

Private Methods

Méthode Description
AddKnownTypes ( ) : void
AddType ( Type type ) : void
CheckAndAddType ( Type type ) : void
Export ( ) : void
GetSchemaSet ( ) : XmlSchemaSet
GetSurrogatedType ( Type type ) : Type
TraceExportBegin ( ) : void
TraceExportEnd ( ) : void
TraceExportError ( Exception exception ) : void

Method Details

CanExport() public méthode

public CanExport ( ICollection assemblies ) : bool
assemblies ICollection
Résultat bool

CanExport() public méthode

public CanExport ( ICollection types ) : bool
types ICollection
Résultat bool

CanExport() public méthode

public CanExport ( System type ) : bool
type System
Résultat bool

CanExport() public méthode

public CanExport ( System assemblies ) : bool
assemblies System
Résultat bool

CanExport() public méthode

public CanExport ( System types ) : bool
types System
Résultat bool

CanExport() public méthode

public CanExport ( Type type ) : bool
type System.Type
Résultat bool

Export() public méthode

public Export ( ICollection assemblies ) : void
assemblies ICollection
Résultat void

Export() public méthode

public Export ( ICollection types ) : void
types ICollection
Résultat void

Export() public méthode

public Export ( System type ) : void
type System
Résultat void

Export() public méthode

public Export ( System assemblies ) : void
assemblies System
Résultat void

Export() public méthode

public Export ( System types ) : void
types System
Résultat void

Export() public méthode

public Export ( Type type ) : void
type System.Type
Résultat void

GenerateCode() public méthode

public GenerateCode ( IList assemblies ) : IList
assemblies IList
Résultat IList

GetRootElementName() public méthode

public GetRootElementName ( System type ) : System.Xml.XmlQualifiedName
type System
Résultat System.Xml.XmlQualifiedName

GetRootElementName() public méthode

public GetRootElementName ( Type type ) : XmlQualifiedName
type System.Type
Résultat System.Xml.XmlQualifiedName

GetSchemaType() public méthode

public GetSchemaType ( System type ) : System.Xml.Schema.XmlSchemaType
type System
Résultat System.Xml.Schema.XmlSchemaType

GetSchemaType() public méthode

public GetSchemaType ( Type type ) : XmlSchemaType
type System.Type
Résultat System.Xml.Schema.XmlSchemaType

GetSchemaTypeName() public méthode

public GetSchemaTypeName ( System type ) : System.Xml.XmlQualifiedName
type System
Résultat System.Xml.XmlQualifiedName

GetSchemaTypeName() public méthode

public GetSchemaTypeName ( Type type ) : XmlQualifiedName
type System.Type
Résultat System.Xml.XmlQualifiedName

XsdDataContractExporter() public méthode

XsdDataContractExporter() public méthode

public XsdDataContractExporter ( System schemas )
schemas System

XsdDataContractExporter() public méthode

public XsdDataContractExporter ( ) : System.Xml
Résultat System.Xml

XsdDataContractExporter() public méthode

public XsdDataContractExporter ( XmlSchemaSet schemas ) : System.Xml
schemas System.Xml.Schema.XmlSchemaSet
Résultat System.Xml