![]() |
Diffusion .NET Classic API - Core and Common
5.9.4
|
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... | |
Represents the metadata type, or the way metadata is represented in a notification.
PushTechnology.DiffusionCore.Connection.Connectors.ExternalClient.Notify.MetadataType.MetadataType | ( | string | code | ) |
Constructor.
code |
|
static |
|
static |
There is no metadata.
|
static |
Metadata name - used when XML metadata has already been sent.
|
static |
Metadata is in serialized XML format.
|
getset |
Get/set the code to use in messages.