EndPointRoleValues Enum

Definition

Defines the EndPointRoleValues enumeration.

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)
Inheritance
EndPointRoleValues
Inheritance
EndPointRoleValues

Fields

EndPointRoleValues(String)

Creates a new EndPointRoleValues enum instance

Equals(Object)
Equals(EndPointRoleValues)
GetHashCode()
Equality(EndPointRoleValues, EndPointRoleValues)
Inequality(EndPointRoleValues, EndPointRoleValues)
Replyto 2

reply-to.

When the item is serialized out as xml, its value is "reply-to".

Replyto

reply-to.

When the item is serialized out as xml, its value is "reply-to".

Router 3

router.

When the item is serialized out as xml, its value is "router".

Router

router.

When the item is serialized out as xml, its value is "router".

Sink 1

sink.

When the item is serialized out as xml, its value is "sink".

Sink

sink.

When the item is serialized out as xml, its value is "sink".

Source

source.

When the item is serialized out as xml, its value is "source".

Source 0

source.

When the item is serialized out as xml, its value is "source".

ToString()
IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<EndPointRoleValues>.Create(String)

Applies to