[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 SoapEntities class with an XML ENTITIES attribute. |
| Value | Read-write Gets or sets an XML ENTITIES 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 | |
| ToString | Overridden: |
| 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 SoapEntities(); |
public SoapEntities( |
value
public string Value {get; set;}
|
public static string XsdType {get;}
|
~SoapEntities(); |
public virtual int GetHashCode(); |
public Type GetType(); |
public string GetXsdType(); |
protected object MemberwiseClone(); |
public static SoapEntities Parse( |
value
public override string ToString(); |