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

Defines the metadata node type. More...

Inheritance diagram for PushTechnology.ClientInterface.Client.Content.Metadata.MetadataNodeType:

Static Public Attributes

static readonly MetadataNodeType CONTENT = new MetadataNodeType( MetadataNodeTypeEnum.CONTENT, 1 )
 The metadata defines content. More...
 
static readonly MetadataNodeType RECORD = new MetadataNodeType( MetadataNodeTypeEnum.RECORD, 2 )
 The metadata defines a record. More...
 
static readonly MetadataNodeType FIELD = new MetadataNodeType( MetadataNodeTypeEnum.FIELD, 3 )
 The metadata defines a field. More...
 

Detailed Description

Defines the metadata node type.

Member Data Documentation

readonly MetadataNodeType PushTechnology.ClientInterface.Client.Content.Metadata.MetadataNodeType.CONTENT = new MetadataNodeType( MetadataNodeTypeEnum.CONTENT, 1 )
static

The metadata defines content.

readonly MetadataNodeType PushTechnology.ClientInterface.Client.Content.Metadata.MetadataNodeType.FIELD = new MetadataNodeType( MetadataNodeTypeEnum.FIELD, 3 )
static

The metadata defines a field.

readonly MetadataNodeType PushTechnology.ClientInterface.Client.Content.Metadata.MetadataNodeType.RECORD = new MetadataNodeType( MetadataNodeTypeEnum.RECORD, 2 )
static

The metadata defines a record.


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