SoapEntities Class

Definition

Wraps an XML ENTITIES attribute.

public ref class SoapEntities sealed : System::Runtime::Remoting::Metadata::W3cXsd2001::ISoapXsd
[System.Serializable]
public sealed class SoapEntities : System.Runtime.Remoting.Metadata.W3cXsd2001.ISoapXsd
[System.Serializable]
[System.Runtime.InteropServices.ComVisible(true)]
public sealed class SoapEntities : System.Runtime.Remoting.Metadata.W3cXsd2001.ISoapXsd
[<System.Serializable>]
type SoapEntities = class
    interface ISoapXsd
[<System.Serializable>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type SoapEntities = class
    interface ISoapXsd
Public NotInheritable Class SoapEntities
Implements ISoapXsd
Inheritance
SoapEntities
Attributes
Implements

Constructors

SoapEntities()

Initializes a new instance of the SoapEntities class.

SoapEntities(String)

Initializes a new instance of the SoapEntities class with an XML ENTITIES attribute.

Properties

Value

Gets or sets an XML ENTITIES attribute.

XsdType

Gets the XML Schema definition language (XSD) of the current SOAP type.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
GetXsdType()

Returns the XML Schema definition language (XSD) of the current SOAP type.

MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
Parse(String)

Converts the specified String into a SoapEntities object.

ToString()

Returns Value as a String.

Applies to