MatchAnySubscriptionFilter Class

 

Specifies an OR condition over a set of subscription filters.

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

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

<DataContractAttribute(Namespace := "http://schemas.microsoft.com/workflow/2012/xaml/activities")>
Public NotInheritable Class MatchAnySubscriptionFilter
	Inherits SubscriptionFilter

NameDescription
System_CAPS_pubmethodMatchAnySubscriptionFilter()

Initializes a new instance of the MatchAnySubscriptionFilter class.

NameDescription
System_CAPS_pubpropertyFilters

Gets the set of subscription filters.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

System_CAPS_pubmethodValidate(Boolean)

Validates the subscription filter.(Overrides SubscriptionFilter.Validate(Boolean).)

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

Return to top

Community Additions

ADD
Show: