SoapId Classe
Definição
Encapsula um atributo ID XML.Wraps an XML ID attribute.
public ref class SoapId sealed : System::Runtime::Remoting::Metadata::W3cXsd2001::ISoapXsd
[System.Serializable]
public sealed class SoapId : System.Runtime.Remoting.Metadata.W3cXsd2001.ISoapXsd
[System.Serializable]
[System.Runtime.InteropServices.ComVisible(true)]
public sealed class SoapId : System.Runtime.Remoting.Metadata.W3cXsd2001.ISoapXsd
[<System.Serializable>]
type SoapId = class
interface ISoapXsd
[<System.Serializable>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type SoapId = class
interface ISoapXsd
Public NotInheritable Class SoapId
Implements ISoapXsd
- Herança
-
SoapId
- Atributos
- Implementações
Construtores
| SoapId() |
Inicializa uma nova instância da classe SoapId.Initializes a new instance of the SoapId class. |
| SoapId(String) |
Inicializa uma nova instância da classe SoapId com um atributo |
Propriedades
| Value |
Obtém ou define um atributo |
| 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 SoapId.Converts the specified String into a SoapId object. |
| ToString() |