Diffusion .NET API  5.9.24
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties Events Pages
PushTechnology.ClientInterface.Client.Topics.PagedTopicOrdering Class Reference

Indicates the ordering in use. More...

Inheritance diagram for PushTechnology.ClientInterface.Client.Topics.PagedTopicOrdering:

Static Public Attributes

static readonly PagedTopicOrdering UNORDERED
 The topic lines are not ordered. More...
 
static readonly PagedTopicOrdering DECLARED
 The topic lines are ordered according to a declared ordering policy. More...
 
static readonly PagedTopicOrdering COMPARATOR
 The topic lines are ordered using a server-side comparator. More...
 

Detailed Description

Indicates the ordering in use.

Member Data Documentation

readonly PagedTopicOrdering PushTechnology.ClientInterface.Client.Topics.PagedTopicOrdering.COMPARATOR
static
Initial value:
=
new PagedTopicOrdering(PagedTopicOrderingEnum.COMPARATOR, 2)

The topic lines are ordered using a server-side comparator.

readonly PagedTopicOrdering PushTechnology.ClientInterface.Client.Topics.PagedTopicOrdering.DECLARED
static
Initial value:
=
new PagedTopicOrdering(PagedTopicOrderingEnum.DECLARED, 1)

The topic lines are ordered according to a declared ordering policy.

readonly PagedTopicOrdering PushTechnology.ClientInterface.Client.Topics.PagedTopicOrdering.UNORDERED
static
Initial value:
=
new PagedTopicOrdering(PagedTopicOrderingEnum.UNORDERED, 0)

The topic lines are not ordered.


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