A condition statement on a message.
| C# | Visual Basic |
public class MessageCondition : MessagingCondition
Public Class MessageCondition _ Inherits MessagingCondition
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| MessageCondition()()() |
Initializes a new instance of the MessageCondition class.
| |
| MessageCondition(MessageProperty, String) |
Initializes a new instance of the MessageCondition class; using the specified message property and comparison value.
The comparison type is Equal, and the match is case sensitive.
| |
| MessageCondition(MessageProperty, MessagePropertyComparisonType, String) |
Initializes a new instance of the MessageCondition class; using the specified message property, comparison value, and comparison type.
The match is case sensitive.
| |
| MessageCondition(MessageProperty, MessagePropertyComparisonType, String, Boolean) |
Initializes a new instance of the MessageCondition class; using the specified message property, comparison value, comparison type, and CaseSensitive value.
| |
| CaseSensitive |
Gets and sets a value indicating whether the comparison is case sensitive.
(Inherited from MessagingCondition.) | |
| ComparisonType |
Gets and sets the message property comparison type.
(Inherited from MessagingCondition.) | |
| ComparisonValue |
Gets and sets the message property filter criteria.
(Inherited from MessagingCondition.) | |
| 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. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table. (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()()().
(Inherited from MessagingCondition.) | |
| Property |
Gets and sets the message property to match with the filter criteria (the comparison value and comparison type).
| |
| ToString()()() | (Inherited from Object.) |
| Object | ||
| MessagingCondition | ||
| MessageCondition | ||