C# Class Junior.Route.Routing.MatchResult

Exibir arquivo Open project: nathan-alden/junior-route Class Usage Examples

Public Methods

Method Description
RouteMatched ( IEnumerable matchedRestrictions, string cacheKey ) : MatchResult
RouteNotMatched ( IEnumerable matchedRestrictions, IEnumerable unmatchedRestrictions ) : MatchResult

Private Methods

Method Description
MatchResult ( MatchResultType resultType, IEnumerable matchedRestrictions, IEnumerable unmatchedRestrictions, string cacheKey = null ) : System.Collections.Generic

Method Details

RouteMatched() public static method

public static RouteMatched ( IEnumerable matchedRestrictions, string cacheKey ) : MatchResult
matchedRestrictions IEnumerable
cacheKey string
return MatchResult

RouteNotMatched() public static method

public static RouteNotMatched ( IEnumerable matchedRestrictions, IEnumerable unmatchedRestrictions ) : MatchResult
matchedRestrictions IEnumerable
unmatchedRestrictions IEnumerable
return MatchResult