C# 클래스 Junior.Route.Routing.Restrictions.OrRestriction

상속: IRestriction
파일 보기 프로젝트 열기: nathan-alden/junior-route

공개 메소드들

메소드 설명
MatchesRequest ( System.Web.HttpRequestBase request ) : MatchResult
OrRestriction ( ) : System.Collections.Generic
OrRestriction ( IEnumerable restrictions ) : System.Collections.Generic

메소드 상세

MatchesRequest() 공개 메소드

public MatchesRequest ( System.Web.HttpRequestBase request ) : MatchResult
request System.Web.HttpRequestBase
리턴 MatchResult

OrRestriction() 공개 메소드

public OrRestriction ( ) : System.Collections.Generic
리턴 System.Collections.Generic

OrRestriction() 공개 메소드

public OrRestriction ( IEnumerable restrictions ) : System.Collections.Generic
restrictions IEnumerable
리턴 System.Collections.Generic