C# Class Worki.Infrastructure.FromValuesListConstraint

Inheritance: IRouteConstraint
Afficher le fichier Open project: tah91/eworkyWebSite

Méthodes publiques

Méthode 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 méthode

public FromValuesListConstraint ( IEnumerable values ) : System.Collections.Generic
values IEnumerable
Résultat System.Collections.Generic

Match() public méthode

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
Résultat bool