SubscriptionFilter Class

 

A base class representing a subscription filter.

Namespace:   Microsoft.Activities.Messaging
Assembly:  Microsoft.Activities (in Microsoft.Activities.dll)

Inheritance Hierarchy

System.Object
  Microsoft.Activities.Messaging.SubscriptionFilter
    Microsoft.Activities.Messaging.MatchAllSubscriptionFilter
    Microsoft.Activities.Messaging.MatchAnySubscriptionFilter

Syntax

[KnownTypeAttribute(typeof(MatchAnySubscriptionFilter))]
[DataContractAttribute(Namespace = "https://schemas.microsoft.com/workflow/2012/xaml/activities")]
[KnownTypeAttribute(typeof(MatchAllSubscriptionFilter))]
public abstract class SubscriptionFilter
[KnownTypeAttribute((MatchAnySubscriptionFilter^::typeid))]
[DataContractAttribute(Namespace = "https://schemas.microsoft.com/workflow/2012/xaml/activities")]
[KnownTypeAttribute((MatchAllSubscriptionFilter^::typeid))]
public ref class SubscriptionFilter abstract 
[<AbstractClass>]
[<KnownTypeAttribute(typeof(MatchAnySubscriptionFilter))>]
[<DataContractAttribute(Namespace = "https://schemas.microsoft.com/workflow/2012/xaml/activities")>]
[<KnownTypeAttribute(typeof(MatchAllSubscriptionFilter))>]
type SubscriptionFilter = class end
<KnownTypeAttribute(GetType(MatchAnySubscriptionFilter))>
<DataContractAttribute(Namespace := "https://schemas.microsoft.com/workflow/2012/xaml/activities")>
<KnownTypeAttribute(GetType(MatchAllSubscriptionFilter))>
Public MustInherit Class SubscriptionFilter

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

System_CAPS_pubmethod Validate(Boolean)

Validates the subscription filter.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.Activities.Messaging Namespace

Return to top