C# Class Junior.Route.Routing.Restrictions.OrRestriction

Inheritance: IRestriction
Afficher le fichier Open project: nathan-alden/junior-route

Méthodes publiques

Méthode Description
MatchesRequest ( System.Web.HttpRequestBase request ) : MatchResult
OrRestriction ( ) : System.Collections.Generic
OrRestriction ( IEnumerable restrictions ) : System.Collections.Generic

Method Details

MatchesRequest() public méthode

public MatchesRequest ( System.Web.HttpRequestBase request ) : MatchResult
request System.Web.HttpRequestBase
Résultat MatchResult

OrRestriction() public méthode

public OrRestriction ( ) : System.Collections.Generic
Résultat System.Collections.Generic

OrRestriction() public méthode

public OrRestriction ( IEnumerable restrictions ) : System.Collections.Generic
restrictions IEnumerable
Résultat System.Collections.Generic