SetRouteConstraint<TSet> Class

 

A route constraint that constrains a route parameter value to be either included or excluded from a set of values of type TSet.

Namespace:   Microsoft.WindowsAzure.Mobile.Service.Config
Assembly:  Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)

System.Object
  Microsoft.WindowsAzure.Mobile.Service.Config.SetRouteConstraint<TSet>

public class SetRouteConstraint<TSet> : IHttpRouteConstraint

Type Parameters

TSet

Type of set of values to include or exclude.

NameDescription
System_CAPS_pubmethodSetRouteConstraint<TSet>(HashSet<TSet>, Boolean)

Initializes a new instance of the SetRouteConstraint<TSet> class. Using the matchOnExcluded to indicate whether the constraint requires the parameter value to be included or excluded from the provided set of values.

NameDescription
System_CAPS_pubpropertyExcluded

Indicates whether the matching parameter name should be included or excluded in the value set in order to be a match.

System_CAPS_pubpropertySet

Gets the set of excluded or included values.

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
Show: