[Serializable] |
ctor #1 | Overloaded:.ctor() Default constructor. This constructor is called by derived class constructors to initialize state in this type. |
ctor #2 | Overloaded:.ctor(string value) Initializes a new instance of the SoapNmtokens class with an XML NMTOKENS attribute. |
Value | Read-write Gets or sets an XML NMTOKENS attribute. |
XsdType | Read-only Gets the XML Schema definition language (XSD) of the current SOAP type. |
Equals (inherited from�System.Object) |
See base class member description: System.Object.Equals Derived from System.Object, the primary base class for all objects. |
GetHashCode (inherited from�System.Object) |
See base class member description: System.Object.GetHashCode Derived from System.Object, the primary base class for all objects. |
GetType (inherited from�System.Object) |
See base class member description: System.Object.GetType Derived from System.Object, the primary base class for all objects. |
GetXsdType | Returns the XML Schema definition language (XSD) of the current SOAP type. |
Parse | Converts the specified String into a SoapNmtokens object. |
ToString | Overridden: Returns SoapNmtokens.Value as a String. |
Finalize (inherited from�System.Object) |
See base class member description: System.Object.Finalize Derived from System.Object, the primary base class for all objects. |
MemberwiseClone (inherited from�System.Object) |
See base class member description: System.Object.MemberwiseClone Derived from System.Object, the primary base class for all objects. |
Hierarchy:
public SoapNmtokens(); |
public SoapNmtokens( |
value
public string�Value {get; set;}
|
public static string�XsdType {get;}
|
~SoapNmtokens(); |
public virtual int�GetHashCode(); |
public Type�GetType(); |
public string�GetXsdType(); |
protected object�MemberwiseClone(); |
public static SoapNmtokens�Parse( |
value
public override string�ToString(); |