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

Topic selector string constants. More...

Public Attributes

const char ID_PREFIX = '!'
 Prefix used for topic selector 'id' expressions. More...
 
const char PATH_PREFIX = '>'
 Prefix used for topic selector 'path' expressions. More...
 
const char SPLIT_PATH_PATTERN_PREFIX = '?'
 Prefix used for topic selector 'split path pattern' expressions. More...
 
const char FULL_PATH_PATTERN_PREFIX = '*'
 Prefix used for topic selector 'full path pattern' expressions. More...
 
const char SELECTOR_SET_PREFIX = '#'
 Prefix used for topic selector 'selector set' expressions. More...
 

Detailed Description

Topic selector string constants.

Member Data Documentation

const char PushTechnology.ClientInterface.Client.Topics.TopicSelectorConstants.FULL_PATH_PATTERN_PREFIX = '*'

Prefix used for topic selector 'full path pattern' expressions.

const char PushTechnology.ClientInterface.Client.Topics.TopicSelectorConstants.ID_PREFIX = '!'

Prefix used for topic selector 'id' expressions.

const char PushTechnology.ClientInterface.Client.Topics.TopicSelectorConstants.PATH_PREFIX = '>'

Prefix used for topic selector 'path' expressions.

const char PushTechnology.ClientInterface.Client.Topics.TopicSelectorConstants.SELECTOR_SET_PREFIX = '#'

Prefix used for topic selector 'selector set' expressions.

const char PushTechnology.ClientInterface.Client.Topics.TopicSelectorConstants.SPLIT_PATH_PATTERN_PREFIX = '?'

Prefix used for topic selector 'split path pattern' expressions.


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