Proton DotNet
Loading...
Searching...
No Matches
Public Member Functions | Static Public Attributes | Properties | List of all members
Apache.Qpid.Proton.Types.Messaging.Properties Class Referencesealed
Inheritance diagram for Apache.Qpid.Proton.Types.Messaging.Properties:
Apache.Qpid.Proton.Types.Messaging.ISection

Public Member Functions

 Properties (Properties other)
 
object Clone ()
 
Properties Copy ()
 
void ClearAbsoluteExpiryTime ()
 
void ClearCreationTime ()
 
void ClearGroupSequence ()
 
bool IsEmpty ()
 
int GetElementCount ()
 
bool HasMessageId ()
 
bool HasUserId ()
 
bool HasTo ()
 
bool HasSubject ()
 
bool HasReplyTo ()
 
bool HasCorrelationId ()
 
bool HasContentType ()
 
bool HasContentEncoding ()
 
bool HasAbsoluteExpiryTime ()
 
bool HasCreationTime ()
 
bool HasGroupId ()
 
bool HasGroupSequence ()
 
bool HasReplyToGroupId ()
 
override string ToString ()
 

Static Public Attributes

static readonly ulong DescriptorCode = 0x0000000000000073UL
 
static readonly Symbol DescriptorSymbol = Symbol.Lookup("amqp:properties:list")
 

Properties

object MessageId [get, set]
 
IProtonBuffer UserId [get, set]
 
string To [get, set]
 
string Subject [get, set]
 
string ReplyTo [get, set]
 
object CorrelationId [get, set]
 
string ContentType [get, set]
 
string ContentEncoding [get, set]
 
ulong AbsoluteExpiryTime [get, set]
 
ulong CreationTime [get, set]
 
string GroupId [get, set]
 
uint GroupSequence [get, set]
 
string ReplyToGroupId [get, set]
 
SectionType Type [get]
 Gets the enumeration that defines this section type.
 
object Value [get]
 The value type that is conveyed in this Section.
 
- Properties inherited from Apache.Qpid.Proton.Types.Messaging.ISection

Property Documentation

◆ Type

SectionType Apache.Qpid.Proton.Types.Messaging.Properties.Type
get

Gets the enumeration that defines this section type.

Implements Apache.Qpid.Proton.Types.Messaging.ISection.

◆ Value

object Apache.Qpid.Proton.Types.Messaging.Properties.Value
get

The value type that is conveyed in this Section.

Implements Apache.Qpid.Proton.Types.Messaging.ISection.


The documentation for this class was generated from the following file: