SoapEntities 类

定义

包装 XML ENTITIES 属性。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
继承
SoapEntities
属性
实现

构造函数

SoapEntities()

初始化 SoapEntities 类的新实例。Initializes a new instance of the SoapEntities class.

SoapEntities(String)

用 XML ENTITIES 属性初始化 SoapEntities 类的新实例。Initializes a new instance of the SoapEntities class with an XML ENTITIES attribute.

属性

Value

获取或设置 XML ENTITIES 属性。Gets or sets an XML ENTITIES attribute.

XsdType

获取当前 SOAP 类型的 XML 架构定义语言 (XSD)。Gets the XML Schema definition language (XSD) of the current SOAP type.

方法

Equals(Object)

确定指定对象是否等于当前对象。Determines whether the specified object is equal to the current object.

(继承自 Object)
GetHashCode()

作为默认哈希函数。Serves as the default hash function.

(继承自 Object)
GetType()

获取当前实例的 TypeGets the Type of the current instance.

(继承自 Object)
GetXsdType()

返回当前 SOAP 类型的 XML 架构定义语言 (XSD)。Returns the XML Schema definition language (XSD) of the current SOAP type.

MemberwiseClone()

创建当前 Object 的浅表副本。Creates a shallow copy of the current Object.

(继承自 Object)
Parse(String)

将指定的 String 转换为 SoapEntities 对象。Converts the specified String into a SoapEntities object.

ToString()

返回 Value 作为 StringReturns Value as a String.

适用于