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

Specifies the mode when selecting topic ranges for notification. More...

Inheritance diagram for PushTechnology.ClientInterface.Client.Features.TopicNotificationSelectionMode:

Public Types

enum  TopicNotificationSelectionModeEnum { TopicNotificationSelectionModeEnum.ADD, TopicNotificationSelectionModeEnum.REPLACE, TopicNotificationSelectionModeEnum.REMOVE, TopicNotificationSelectionModeEnum.CLEAR }
 The enumerator for the mode when selecting topic ranges for notification. More...
 

Static Public Attributes

static readonly
TopicNotificationSelectionMode 
ADD
 This indicates that the specified set of topic names and/or selectors should be added to any existing selection. More...
 
static readonly
TopicNotificationSelectionMode 
REPLACE
 This indicates that the specified set of topic names and/or selectors should replace any current selections. More...
 
static readonly
TopicNotificationSelectionMode 
REMOVE
 Specifies that the specified set of topic names and/or selectors should be removed from the current set of selections. Only string values that exactly match previously set selectors will be removed. More...
 
static readonly
TopicNotificationSelectionMode 
CLEAR
 Specifies that all current selections should be removed. More...
 

Detailed Description

Specifies the mode when selecting topic ranges for notification.

Member Enumeration Documentation

The enumerator for the mode when selecting topic ranges for notification.

Enumerator
ADD 

This indicates that the specified set of topic names and/or selectors should be added to any existing selection.

REPLACE 

This indicates that the specified set of topic names and/or selectors should replace any current selections.

REMOVE 

Specifies that the specified set of topic names and/or selectors should be removed from the current set of selections. Only string values that exactly match previously set selectors will be removed.

CLEAR 

Specifies that all current selections should be removed.

Member Data Documentation

readonly TopicNotificationSelectionMode PushTechnology.ClientInterface.Client.Features.TopicNotificationSelectionMode.ADD
static
Initial value:
=
new TopicNotificationSelectionMode( TopicNotificationSelectionModeEnum.ADD, "A" )

This indicates that the specified set of topic names and/or selectors should be added to any existing selection.

readonly TopicNotificationSelectionMode PushTechnology.ClientInterface.Client.Features.TopicNotificationSelectionMode.CLEAR
static
Initial value:
=
new TopicNotificationSelectionMode( TopicNotificationSelectionModeEnum.CLEAR, "X" )

Specifies that all current selections should be removed.

readonly TopicNotificationSelectionMode PushTechnology.ClientInterface.Client.Features.TopicNotificationSelectionMode.REMOVE
static
Initial value:
=
new TopicNotificationSelectionMode( TopicNotificationSelectionModeEnum.REMOVE, "D" )

Specifies that the specified set of topic names and/or selectors should be removed from the current set of selections. Only string values that exactly match previously set selectors will be removed.

readonly TopicNotificationSelectionMode PushTechnology.ClientInterface.Client.Features.TopicNotificationSelectionMode.REPLACE
static
Initial value:
=
new TopicNotificationSelectionMode( TopicNotificationSelectionModeEnum.REPLACE, "R" )

This indicates that the specified set of topic names and/or selectors should replace any current selections.


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