Defines the comparison value and comparison type used for the filter criteria in message interception.
| C# | Visual Basic |
public abstract class MessagingCondition
Public MustInherit Class MessagingCondition
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| MessagingCondition()()()() |
Initializes a new instance of the MessagingCondition class.
| |
| MessagingCondition(MessagePropertyComparisonType, Boolean, String) |
Initializes a new instance of the MessagingCondition class; using a comparison string, the comparison type, and a value indicating whether the match is case sensitive.
| |
| CaseSensitive |
Gets and sets a value indicating whether the comparison is case sensitive.
| |
| ComparisonType |
Gets and sets the message property comparison type.
| |
| ComparisonValue |
Gets and sets the message property filter criteria.
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone()()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| OnChange()()()() |
This method is required in order to let derived classes call OnChangeHandler.
| |
| ToString()()()() | (Inherited from Object.) |
| Object | ||
| MessagingCondition | ||
| MessageCondition | ||