C# 클래스 Worki.Infrastructure.FromValuesListConstraint

상속: IRouteConstraint
파일 보기 프로젝트 열기: tah91/eworkyWebSite

공개 메소드들

메소드 설명
FromValuesListConstraint ( IEnumerable values ) : System.Collections.Generic
Match ( System.Web.HttpContextBase httpContext, Route route, string parameterName, RouteValueDictionary values, RouteDirection routeDirection ) : bool

메소드 상세

FromValuesListConstraint() 공개 메소드

public FromValuesListConstraint ( IEnumerable values ) : System.Collections.Generic
values IEnumerable
리턴 System.Collections.Generic

Match() 공개 메소드

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
리턴 bool