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

Indicates the type of rules. More...

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

Static Public Attributes

static readonly PagedTopicRuleType NONE
 No additional rules are applied to the ordering. More...
 
static readonly PagedTopicRuleType COLLATION
 Collation order rules will be used. More...
 

Detailed Description

Indicates the type of rules.

Deprecated since 5.9.

Member Data Documentation

readonly PagedTopicRuleType PushTechnology.ClientInterface.Client.Topics.PagedTopicRuleType.COLLATION
static
Initial value:
=
new PagedTopicRuleType(PagedTopicRuleTypeEnum.COLLATION, 1)

Collation order rules will be used.

readonly PagedTopicRuleType PushTechnology.ClientInterface.Client.Topics.PagedTopicRuleType.NONE
static
Initial value:
=
new PagedTopicRuleType(PagedTopicRuleTypeEnum.NONE, 0)

No additional rules are applied to the ordering.


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