Show / Hide Table of Contents

Class DescribedMap

The DescribedMap class consist of a descriptor and an AMQP map.

Inheritance
System.Object
Described
RestrictedDescribed
DescribedMap
ApplicationProperties
DeliveryAnnotations
Footer
MessageAnnotations
Inherited Members
RestrictedDescribed.Descriptor
Described.Encode(ByteBuffer)
Described.Decode(ByteBuffer)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Amqp.Types
Assembly: Amqp.Net.dll
Syntax
public abstract class DescribedMap : RestrictedDescribed

Constructors

DescribedMap(Descriptor, Type)

Initializes the described map object.

Declaration
protected DescribedMap(Descriptor descriptor, Type keyType)
Parameters
Type Name Description
Descriptor descriptor

The descriptor of the concrete described map class.

System.Type keyType

The allowed key type.

Properties

Item[Object]

Gets the object associated with the key.

Declaration
public object this[object key] { get; set; }
Parameters
Type Name Description
System.Object key

The key.

Property Value
Type Description
System.Object

Map

Gets the map value.

Declaration
public Map Map { get; }
Property Value
Type Description
Map

Methods

ToString()

Returns a string that represents the current map.

Declaration
public override string ToString()
Returns
Type Description
System.String
Overrides
System.Object.ToString()
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX