8 references to XsdDataContractImporter
System.Runtime.Serialization (1)
System.Runtime.Serialization.cs (1)
32
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Serialization.
XsdDataContractImporter
))]
System.Runtime.Serialization.Schema (7)
System\Runtime\Serialization\Schema\CodeExporter.cs (1)
1307
?
XsdDataContractImporter
.ImportActualType(xmlDataContract.XsdType?.Annotation, xmlDataContract.XmlName, xmlDataContract.XmlName)
System\Runtime\Serialization\Schema\ImportOptions.cs (2)
12
/// Represents the options that can be set on an <see cref="
XsdDataContractImporter
"/>.
15
/// The <see cref="
XsdDataContractImporter
"/> is used to generate code from XML schema using the .NET CodeDOM. To generate an XML schema from an assembly, use the <see cref="XsdDataContractExporter"/>.
System\Runtime\Serialization\Schema\XsdDataContractImporter.cs (4)
21
/// Use the <see cref="
XsdDataContractImporter
"/> if you are creating a Web service that must interoperate with an existing
22
/// Web service, or to create data contract types from XML schemas. <see cref="
XsdDataContractImporter
"/> will transform a
40
/// Initializes a new instance of the <see cref="
XsdDataContractImporter
"/> class.
47
/// Initializes a new instance of the <see cref="
XsdDataContractImporter
"/> class with the <see cref="System.CodeDom.CodeCompileUnit"/> that will be used to generate CLR code.