Click or drag to resize

PubSubHelpers Class

Helpers for transforming wild card string to RegEx comparable strings
Inheritance Hierarchy
SystemObject
  Crosser.Common.Utilities.PubSubPubSubHelpers

Namespace:  Crosser.Common.Utilities.PubSub
Assembly:  Crosser.Common (in Crosser.Common.dll) Version: 0.0.4
Syntax
C#
public static class PubSubHelpers

The PubSubHelpers type exposes the following members.

Methods
  NameDescription
Public methodStatic memberTopicReplaced
Transforms the Topic to a wildcard string to be used in RegEx comparison
Top
Fields
  NameDescription
Public fieldStatic memberFULL_WILDCARD_REPLACE
replace for wildcards '#' for using regular expression on topic match
Public fieldStatic memberLEVEL_WILDCARD_REPLACE
replace for wildcards '+' for using regular expression on topic match
Top
See Also