Diffusion .NET API  5.9.24
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties Events Pages
PushTechnology.ClientInterface.TopicDetails.Details.TopicPropertyKey Class Reference

Property keys. More...

Inheritance diagram for PushTechnology.ClientInterface.TopicDetails.Details.TopicPropertyKey:

Static Public Member Functions

static TopicPropertyKey FromString (string key)
 Returns the key enum from the string representation. More...
 

Static Public Attributes

static readonly TopicPropertyKey ALIASING = new TopicPropertyKey(TopicPropertyKeyEnum.ALIASING)
 Name of a class to add as attachment. More...
 
static readonly TopicPropertyKey ATTACHMENT_CLASS = new TopicPropertyKey(TopicPropertyKeyEnum.ATTACHMENT_CLASS)
 Name of a class to add as attachment. More...
 
static readonly TopicPropertyKey DATA_INITIALISER_CLASS
 Name of a class to use as a data initialiser. More...
 
static readonly TopicPropertyKey DELTA_ACK_REQUIRED
 true if delta acks required. More...
 
static readonly TopicPropertyKey DELTA_ENCODING = new TopicPropertyKey(TopicPropertyKeyEnum.DELTA_ENCODING)
 Code value for delta encoding. More...
 
static readonly TopicPropertyKey DELTA_MESSAGE_CAPACITY
 Delta message capacity. More...
 
static readonly TopicPropertyKey LOAD_ACK_REQUIRED
 Load ack required. More...
 
static readonly TopicPropertyKey LOAD_ENCODING = new TopicPropertyKey(TopicPropertyKeyEnum.LOAD_ENCODING)
 Load encoding. More...
 
static readonly TopicPropertyKey LOAD_HEADERS = new TopicPropertyKey(TopicPropertyKeyEnum.LOAD_HEADERS)
 Load headers. More...
 
static readonly TopicPropertyKey LOAD_MESSAGE_CAPACITY
 Load message capacity. More...
 
static readonly TopicPropertyKey LOCK_TIMEOUT = new TopicPropertyKey(TopicPropertyKeyEnum.LOCK_TIMEOUT)
 Lock timeout. More...
 
static readonly TopicPropertyKey LOCKABLE = new TopicPropertyKey(TopicPropertyKeyEnum.LOCKABLE)
 Loackable. More...
 
static readonly TopicPropertyKey SUBSCRIPTION_HANDLER_CLASS
 Subscription handler class. More...
 
static readonly TopicPropertyKey PUBLISH_VALUES_ONLY
 Indicates whether a universal topic should publish only values. More...
 
static readonly TopicPropertyKey VALIDATE_VALUES
 Indicates whether the topic should validate incoming values. More...
 

Detailed Description

Property keys.

Member Function Documentation

static TopicPropertyKey PushTechnology.ClientInterface.TopicDetails.Details.TopicPropertyKey.FromString ( string  key)
static

Returns the key enum from the string representation.

Parameters
key
Returns

Member Data Documentation

readonly TopicPropertyKey PushTechnology.ClientInterface.TopicDetails.Details.TopicPropertyKey.ALIASING = new TopicPropertyKey(TopicPropertyKeyEnum.ALIASING)
static

Name of a class to add as attachment.

readonly TopicPropertyKey PushTechnology.ClientInterface.TopicDetails.Details.TopicPropertyKey.ATTACHMENT_CLASS = new TopicPropertyKey(TopicPropertyKeyEnum.ATTACHMENT_CLASS)
static

Name of a class to add as attachment.

readonly TopicPropertyKey PushTechnology.ClientInterface.TopicDetails.Details.TopicPropertyKey.DATA_INITIALISER_CLASS
static
Initial value:
=
new TopicPropertyKey(TopicPropertyKeyEnum.DATA_INITIALISER_CLASS)

Name of a class to use as a data initialiser.

readonly TopicPropertyKey PushTechnology.ClientInterface.TopicDetails.Details.TopicPropertyKey.DELTA_ACK_REQUIRED
static
Initial value:
=
new TopicPropertyKey(TopicPropertyKeyEnum.DELTA_ACK_REQUIRED)

true if delta acks required.

readonly TopicPropertyKey PushTechnology.ClientInterface.TopicDetails.Details.TopicPropertyKey.DELTA_ENCODING = new TopicPropertyKey(TopicPropertyKeyEnum.DELTA_ENCODING)
static

Code value for delta encoding.

readonly TopicPropertyKey PushTechnology.ClientInterface.TopicDetails.Details.TopicPropertyKey.DELTA_MESSAGE_CAPACITY
static
Initial value:
=
new TopicPropertyKey(TopicPropertyKeyEnum.DELTA_MESSAGE_CAPACITY)

Delta message capacity.

readonly TopicPropertyKey PushTechnology.ClientInterface.TopicDetails.Details.TopicPropertyKey.LOAD_ACK_REQUIRED
static
Initial value:
=
new TopicPropertyKey(TopicPropertyKeyEnum.LOAD_ACK_REQUIRED)

Load ack required.

readonly TopicPropertyKey PushTechnology.ClientInterface.TopicDetails.Details.TopicPropertyKey.LOAD_ENCODING = new TopicPropertyKey(TopicPropertyKeyEnum.LOAD_ENCODING)
static

Load encoding.

readonly TopicPropertyKey PushTechnology.ClientInterface.TopicDetails.Details.TopicPropertyKey.LOAD_HEADERS = new TopicPropertyKey(TopicPropertyKeyEnum.LOAD_HEADERS)
static

Load headers.

readonly TopicPropertyKey PushTechnology.ClientInterface.TopicDetails.Details.TopicPropertyKey.LOAD_MESSAGE_CAPACITY
static
Initial value:
=
new TopicPropertyKey(TopicPropertyKeyEnum.LOAD_MESSAGE_CAPACITY)

Load message capacity.

readonly TopicPropertyKey PushTechnology.ClientInterface.TopicDetails.Details.TopicPropertyKey.LOCK_TIMEOUT = new TopicPropertyKey(TopicPropertyKeyEnum.LOCK_TIMEOUT)
static

Lock timeout.

readonly TopicPropertyKey PushTechnology.ClientInterface.TopicDetails.Details.TopicPropertyKey.LOCKABLE = new TopicPropertyKey(TopicPropertyKeyEnum.LOCKABLE)
static

Loackable.

readonly TopicPropertyKey PushTechnology.ClientInterface.TopicDetails.Details.TopicPropertyKey.PUBLISH_VALUES_ONLY
static
Initial value:
=
new TopicPropertyKey( TopicPropertyKeyEnum.PUBLISH_VALUES_ONLY )

Indicates whether a universal topic should publish only values.

readonly TopicPropertyKey PushTechnology.ClientInterface.TopicDetails.Details.TopicPropertyKey.SUBSCRIPTION_HANDLER_CLASS
static
Initial value:
=
new TopicPropertyKey(TopicPropertyKeyEnum.SUBSCRIPTION_HANDLER_CLASS)

Subscription handler class.

readonly TopicPropertyKey PushTechnology.ClientInterface.TopicDetails.Details.TopicPropertyKey.VALIDATE_VALUES
static
Initial value:
=
new TopicPropertyKey( TopicPropertyKeyEnum.VALIDATE_VALUES )

Indicates whether the topic should validate incoming values.


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