DataContractSerializerMessageContractImporter Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Handles the importation of data contract messages from WSDL documents.
public ref class DataContractSerializerMessageContractImporter : System::ServiceModel::Description::IWsdlImportExtension
public class DataContractSerializerMessageContractImporter : System.ServiceModel.Description.IWsdlImportExtension
type DataContractSerializerMessageContractImporter = class
interface IWsdlImportExtension
Public Class DataContractSerializerMessageContractImporter
Implements IWsdlImportExtension
- Inheritance
-
DataContractSerializerMessageContractImporter
- Implements
Remarks
The DataContractSerializerMessageContractImporter is invoked by the WsdlImporter when converting a WSDL description. It examines the WSDL documents and generates an in-memory description to be used later for code generation.
Constructors
DataContractSerializerMessageContractImporter() |
Initializes a new instance of the DataContractSerializerMessageContractImporter class. |
Properties
Enabled |
Gets or sets a value that specifies whether importation of messages is enabled. |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |
Explicit Interface Implementations
IWsdlImportExtension.BeforeImport(ServiceDescriptionCollection, XmlSchemaSet, ICollection<XmlElement>) |
Specifies a service description and schema set to use when importing a set of WSDL documents. |
IWsdlImportExtension.ImportContract(WsdlImporter, WsdlContractConversionContext) |
Imports a message contract from a WSDL document. |
IWsdlImportExtension.ImportEndpoint(WsdlImporter, WsdlEndpointConversionContext) |
Converts the WSDL document from a specified endpoint. |