C# Class Worki.Infrastructure.FromValuesListConstraint

Inheritance: IRouteConstraint
Datei anzeigen Open project: tah91/eworkyWebSite

Public Methods

Method Description
FromValuesListConstraint ( IEnumerable values ) : System.Collections.Generic
Match ( System.Web.HttpContextBase httpContext, Route route, string parameterName, RouteValueDictionary values, RouteDirection routeDirection ) : bool

Method Details

FromValuesListConstraint() public method

public FromValuesListConstraint ( IEnumerable values ) : System.Collections.Generic
values IEnumerable
return System.Collections.Generic

Match() public method

public Match ( System.Web.HttpContextBase httpContext, Route route, string parameterName, RouteValueDictionary values, RouteDirection routeDirection ) : bool
httpContext System.Web.HttpContextBase
route System.Web.Routing.Route
parameterName string
values RouteValueDictionary
routeDirection RouteDirection
return bool