Diffusion .NET Classic API - Core and Common  5.9.4
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events
PushTechnology.DiffusionCore.Connection.Connectors.ExternalClient.Notify.MetadataType Class Reference

Represents the metadata type, or the way metadata is represented in a notification. More...

Public Member Functions

 MetadataType (string code)
 Constructor. More...
 

Static Public Member Functions

static MetadataType FromCode (string code)
 Returns the MetadataType enum from the code value. More...
 

Static Public Attributes

static readonly MetadataType XML = new MetadataType("X")
 Metadata is in serialized XML format. More...
 
static readonly MetadataType Reference = new MetadataType("R")
 Metadata name - used when XML metadata has already been sent. More...
 
static readonly MetadataType None = new MetadataType("N")
 There is no metadata. More...
 

Properties

string Code [get, set]
 Get/set the code to use in messages. More...
 

Detailed Description

Represents the metadata type, or the way metadata is represented in a notification.

Constructor & Destructor Documentation

PushTechnology.DiffusionCore.Connection.Connectors.ExternalClient.Notify.MetadataType.MetadataType ( string  code)

Constructor.

Parameters
code

Member Function Documentation

static MetadataType PushTechnology.DiffusionCore.Connection.Connectors.ExternalClient.Notify.MetadataType.FromCode ( string  code)
static

Returns the MetadataType enum from the code value.

Parameters
code
Returns

Member Data Documentation

readonly MetadataType PushTechnology.DiffusionCore.Connection.Connectors.ExternalClient.Notify.MetadataType.None = new MetadataType("N")
static

There is no metadata.

readonly MetadataType PushTechnology.DiffusionCore.Connection.Connectors.ExternalClient.Notify.MetadataType.Reference = new MetadataType("R")
static

Metadata name - used when XML metadata has already been sent.

readonly MetadataType PushTechnology.DiffusionCore.Connection.Connectors.ExternalClient.Notify.MetadataType.XML = new MetadataType("X")
static

Metadata is in serialized XML format.

Property Documentation

string PushTechnology.DiffusionCore.Connection.Connectors.ExternalClient.Notify.MetadataType.Code
getset

Get/set the code to use in messages.