Filter Class
Describes a filter expression that is evaluated against a BrokeredMessage.
System.Object
Microsoft.ServiceBus.Messaging.Filter
Microsoft.ServiceBus.Messaging.CorrelationFilter
Microsoft.ServiceBus.Messaging.SqlFilter
Microsoft.ServiceBus.Messaging.Filter
Microsoft.ServiceBus.Messaging.CorrelationFilter
Microsoft.ServiceBus.Messaging.SqlFilter
Namespace: Microsoft.ServiceBus.Messaging
Assembly: Microsoft.ServiceBus (in Microsoft.ServiceBus.dll)
[DataContractAttribute(Name = "Filter", Namespace = "http://schemas.microsoft.com/netservices/2010/10/servicebus/connect")] [KnownTypeAttribute(typeof(TrueFilter))] [KnownTypeAttribute(typeof(CorrelationFilter))] [KnownTypeAttribute(typeof(SqlFilter))] [KnownTypeAttribute(typeof(FalseFilter))] public abstract class Filter : IExtensibleDataObject
The Filter type exposes the following members.
| Name | Description | |
|---|---|---|
|
RequiresPreprocessing | Gets a value indicating whether the filter expression requires preprocessing. |
| Name | Description | |
|---|---|---|
|
Equals | (Inherited from Object.) |
|
Finalize | (Inherited from Object.) |
|
GetHashCode | (Inherited from Object.) |
|
GetType | (Inherited from Object.) |
|
Match | Matches the BrokeredMessage against the FilterExpression. |
|
MemberwiseClone | (Inherited from Object.) |
|
Preprocess | Preprocesses the filter expression and returns a preprocessed FilterExpression. |
|
ToString | (Inherited from Object.) |
|
Validate | Validates the FilterExpression and make sure it complies with the valid grammar rules. |
| Name | Description | |
|---|---|---|
|
IExtensibleDataObject.ExtensionData | Gets or sets the object that contains extra data. |