SoapName Classe
Definição
Encapsula um tipo Name XML.Wraps an XML Name type.
public ref class SoapName sealed : System::Runtime::Remoting::Metadata::W3cXsd2001::ISoapXsd
[System.Serializable]
public sealed class SoapName : System.Runtime.Remoting.Metadata.W3cXsd2001.ISoapXsd
[System.Serializable]
[System.Runtime.InteropServices.ComVisible(true)]
public sealed class SoapName : System.Runtime.Remoting.Metadata.W3cXsd2001.ISoapXsd
[<System.Serializable>]
type SoapName = class
interface ISoapXsd
[<System.Serializable>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type SoapName = class
interface ISoapXsd
Public NotInheritable Class SoapName
Implements ISoapXsd
- Herança
-
SoapName
- Atributos
- Implementações
Construtores
| SoapName() |
Inicializa uma nova instância da classe SoapName.Initializes a new instance of the SoapName class. |
| SoapName(String) |
Inicializa uma nova instância da classe SoapName com um tipo |
Propriedades
| Value |
Obtém ou define um tipo |
| XsdType |
Obtém a XSD (linguagem de definição de esquema XML) do tipo SOAP atual.Gets the XML Schema definition language (XSD) of the current SOAP type. |
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) |
| GetXsdType() |
Retorna a XSD (linguagem de definição de esquema XML) do tipo SOAP atual.Returns the XML Schema definition language (XSD) of the current SOAP type. |
| MemberwiseClone() |
Cria uma cópia superficial do Object atual.Creates a shallow copy of the current Object. (Herdado de Object) |
| Parse(String) |
Converte o String especificado em um objeto SoapName.Converts the specified String into a SoapName object. |
| ToString() |