RuleDescription Class
Represents a description of a rule.
System.Object
Microsoft.ServiceBus.Messaging.EntityDescription
Microsoft.ServiceBus.Messaging.RuleDescription
Microsoft.ServiceBus.Messaging.EntityDescription
Microsoft.ServiceBus.Messaging.RuleDescription
Namespace: Microsoft.ServiceBus.Messaging
Assembly: Microsoft.ServiceBus (in Microsoft.ServiceBus.dll)
The RuleDescription type exposes the following members.
| Name | Description | |
|---|---|---|
|
RuleDescription() | Initializes a new instance of the RuleDescription class with default values. |
|
RuleDescription(String) | Initializes a new instance of the RuleDescription class with the specified name. |
|
RuleDescription(Filter) | Initializes a new instance of the RuleDescription class with the specified filter expression. |
|
RuleDescription(String, Filter) | Initializes a new instance of the RuleDescription class with the specified name and filter expression. |
| Name | Description | |
|---|---|---|
|
Action | Gets or sets the action to perform if the message satisfies the filtering expression. |
|
ExtensionData | Gets or sets the structure that contains extra data. (Inherited from EntityDescription.) |
|
Filter | Gets or sets the filter expression used to match messages. |
|
IsReadOnly | Gets or sets a value that indicates whether the entity description is read-only. (Inherited from EntityDescription.) |
|
Name | Gets or sets the name of the rule. |
| Name | Description | |
|---|---|---|
|
Equals | (Inherited from Object.) |
|
Finalize | (Inherited from Object.) |
|
GetHashCode | (Inherited from Object.) |
|
GetType | (Inherited from Object.) |
|
MemberwiseClone | (Inherited from Object.) |
|
ThrowIfReadOnly | Throws an exception if the entity description is read-only. (Inherited from EntityDescription.) |
|
ToString | (Inherited from Object.) |