EndPointRoleValues 枚举

定义

定义 EndPointRoleValues 枚举。

public enum EndPointRoleValues
public readonly struct EndPointRoleValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.EMMA.EndPointRoleValues>, IEquatable<DocumentFormat.OpenXml.EMMA.EndPointRoleValues>
type EndPointRoleValues = 
type EndPointRoleValues = struct
    interface IEnumValue
    interface IEnumValueFactory<EndPointRoleValues>
Public Enum EndPointRoleValues
Public Structure EndPointRoleValues
Implements IEnumValue, IEnumValueFactory(Of EndPointRoleValues), IEquatable(Of EndPointRoleValues)
继承
EndPointRoleValues
继承
EndPointRoleValues

字段

名称 说明
Source 0

源。

当项序列化为 xml 时,其值为“source”。

Sink 1

沉。

当项序列化为 xml 时,其值为“sink”。

Replyto 2

reply-to。

当项序列化为 xml 时,其值为“reply-to”。

Router 3

路由器。

当项序列化为 xml 时,其值为“router”。

EndPointRoleValues(String)

创建新的 EndPointRoleValues 枚举实例

Equality(EndPointRoleValues, EndPointRoleValues)
Equals(EndPointRoleValues)
Equals(Object)
GetHashCode()
IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<EndPointRoleValues>.Create(String)
Inequality(EndPointRoleValues, EndPointRoleValues)
Replyto

reply-to。

当项序列化为 xml 时,其值为“reply-to”。

Router

路由器。

当项序列化为 xml 时,其值为“router”。

Sink

沉。

当项序列化为 xml 时,其值为“sink”。

Source

源。

当项序列化为 xml 时,其值为“source”。

ToString()

适用于