XmlSerializerImportOptions Classe

Definição

Contém as informações necessárias para executar a importação de esquema usando a infraestrutura XmlSerializer e ServiceDescriptionImporter.Contains information needed to perform schema importation using the XmlSerializer and ServiceDescriptionImporter infrastructure.

public ref class XmlSerializerImportOptions
public class XmlSerializerImportOptions
type XmlSerializerImportOptions = class
Public Class XmlSerializerImportOptions
Herança
XmlSerializerImportOptions

Comentários

O XmlSerializerImportOptions é usado pelo XmlSerializerMessageContractImporter .The XmlSerializerImportOptions is used by the XmlSerializerMessageContractImporter. Ele também é usado com a ferramenta de utilitário de metadados ServiceModel (Svcutil.exe) com o /useXmlSerializer ( /uxs) switch.It is also used with the ServiceModel Metadata Utility Tool (Svcutil.exe) with the /useXmlSerializer (/uxs) switch.

Construtores

XmlSerializerImportOptions()

Inicializa uma nova instância da classe XmlSerializerImportOptions.Initializes a new instance of the XmlSerializerImportOptions class.

XmlSerializerImportOptions(CodeCompileUnit)

Inicializa uma nova instância da classe XmlSerializerImportOptions com o CodeCompileUnit especificado.Initializes a new instance of the XmlSerializerImportOptions class with the specified CodeCompileUnit.

Propriedades

ClrNamespace

Obtém ou define a propriedade ClrNamespace que contém os tipos que estão sendo mapeados para o namespace de XML.Gets or sets the ClrNamespace property that contains the types being mapped to the XML namespace.

CodeCompileUnit

Obtém o objeto CodeCompileUnit que fornece um contêiner para o gráfico do programa System.CodeDom.Gets the CodeCompileUnit object that provides a container for the System.CodeDom program graph.

CodeProvider

Obtém ou define um objeto CodeDomProvider que verifica se há suporte para opções específicas de um idioma de destino.Gets or sets a CodeDomProvider object that checks whether particular options for a target language are supported.

WebReferenceOptions

Obtém ou define o objeto WebReferenceOptions que contém as opções de geração de código especificadas no arquivo de texto XML.Gets or sets the WebReferenceOptions object that contains the code generation options specified in the XML text file.

Métodos

Equals(Object)

Determina se o objeto especificado é igual ao objeto atual.Determines whether the specified object is equal to the current object.

(Herdado de Object)
GetHashCode()

Serve como a função de hash padrão.Serves as the default hash function.

(Herdado de Object)
GetType()

Obtém o Type da instância atual.Gets the Type of the current instance.

(Herdado de Object)
MemberwiseClone()

Cria uma cópia superficial do Object atual.Creates a shallow copy of the current Object.

(Herdado de Object)
ToString()

Retorna uma cadeia de caracteres que representa o objeto atual.Returns a string that represents the current object.

(Herdado de Object)

Aplica-se a