Diffusion .NET Client Library  6.1.5
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
PushTechnology.ClientInterface.Client.Types.TopicUpdateType Class Reference

Topic update type. More...

Inheritance diagram for PushTechnology.ClientInterface.Client.Types.TopicUpdateType:

Static Public Member Functions

static TopicUpdateType FromCode (byte code)
 Returns the constant associated with the given code. More...
 
static void Initialise ()
 Override to perform any initialisation tasks. More...
 

Static Public Attributes

static readonly TopicUpdateType SNAPSHOT = new TopicUpdateType( TopicUpdateTypeEnum.SNAPSHOT, 0 )
 The content is a complete representation of topic state. More...
 
static readonly TopicUpdateType DELTA = new TopicUpdateType( TopicUpdateTypeEnum.DELTA, 1 )
 The content represents a delta of change (or a patch) to the topic state. More...
 

Properties

byte Code [get, set]
 Gets the code of this update type. More...
 

Detailed Description

Topic update type.

This is used to indicate the type of update represented by the content which may vary according to topic type.

Member Function Documentation

static TopicUpdateType PushTechnology.ClientInterface.Client.Types.TopicUpdateType.FromCode ( byte  code)
static

Returns the constant associated with the given code.

Parameters
code
Returns
static void PushTechnology.ClientInterface.Client.Types.TopicUpdateType.Initialise ( )
static

Override to perform any initialisation tasks.

Member Data Documentation

readonly TopicUpdateType PushTechnology.ClientInterface.Client.Types.TopicUpdateType.DELTA = new TopicUpdateType( TopicUpdateTypeEnum.DELTA, 1 )
static

The content represents a delta of change (or a patch) to the topic state.

readonly TopicUpdateType PushTechnology.ClientInterface.Client.Types.TopicUpdateType.SNAPSHOT = new TopicUpdateType( TopicUpdateTypeEnum.SNAPSHOT, 0 )
static

The content is a complete representation of topic state.

Property Documentation

byte PushTechnology.ClientInterface.Client.Types.TopicUpdateType.Code
getset

Gets the code of this update type.


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