Class TopicSelectorConstants

Topic selector string constants.

Inheritance
System.Object
TopicSelectorConstants
Namespace: PushTechnology.ClientInterface.Client.Topics
Assembly: Diffusion.Client.dll
Syntax
public static class TopicSelectorConstants : object
Remarks

Caution

Deprecated since 6.4. Topic selectors are no longer verified locally by the client library. Instead System.String expressions will be sent to (and verified by) the Diffusion server. This class will be removed in a future release.


Added in 5.0.

Fields

FULL_PATH_PATTERN_PREFIX

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

Declaration
public const char FULL_PATH_PATTERN_PREFIX = null
Field Value
Type Description
System.Char

Prefix for topic selector 'full path pattern' expressions.

ID_PREFIX

Prefix used for topic selector 'id' expressions.

Declaration
public const char ID_PREFIX = null
Field Value
Type Description
System.Char

Prefix for topic selector 'id' expressions.

PATH_PREFIX

Prefix used for topic selector 'path' expressions.

Declaration
public const char PATH_PREFIX = null
Field Value
Type Description
System.Char

Prefix for topic selector 'path' expressions.

SELECTOR_SET_PREFIX

Prefix used for topic selector 'selector set' expressions.

Declaration
public const char SELECTOR_SET_PREFIX = null
Field Value
Type Description
System.Char

Prefix for topic selector 'selector set' expressions.

SPLIT_PATH_PATTERN_PREFIX

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

Declaration
public const char SPLIT_PATH_PATTERN_PREFIX = null
Field Value
Type Description
System.Char

Prefix for topic selector 'split path pattern' expressions.

Back to top