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