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

A selector that selects a single topic path. More...

Inheritance diagram for PushTechnology.ClientInterface.Client.Topics.ITopicPathSelector:
PushTechnology.ClientInterface.Client.Topics.ITopicSelector

Properties

string Path [get]
 Return the associated topic path. The result will be in a normalised form with no leading or trailing '/'. More...
 
- Properties inherited from PushTechnology.ClientInterface.Client.Topics.ITopicSelector
TopicSelectorType Type [get]
 Returns the type of selector. More...
 
string Expression [get]
 The expression associated with this selector. More...
 
string PathPrefix [get]
 Get the maximum topic path prefix from this selector pattern. More...
 

Additional Inherited Members

- Public Member Functions inherited from PushTechnology.ClientInterface.Client.Topics.ITopicSelector
bool Selects (string topicPath)
 Evaluate this selector against a topic path. More...
 

Detailed Description

A selector that selects a single topic path.

Property Documentation

string PushTechnology.ClientInterface.Client.Topics.ITopicPathSelector.Path
get

Return the associated topic path. The result will be in a normalised form with no leading or trailing '/'.


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