C# Класс Junior.Route.Routing.MatchResult

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
RouteMatched ( IEnumerable matchedRestrictions, string cacheKey ) : MatchResult
RouteNotMatched ( IEnumerable matchedRestrictions, IEnumerable unmatchedRestrictions ) : MatchResult

Приватные методы

Метод Описание
MatchResult ( MatchResultType resultType, IEnumerable matchedRestrictions, IEnumerable unmatchedRestrictions, string cacheKey = null ) : System.Collections.Generic

Описание методов

RouteMatched() публичный статический Метод

public static RouteMatched ( IEnumerable matchedRestrictions, string cacheKey ) : MatchResult
matchedRestrictions IEnumerable
cacheKey string
Результат MatchResult

RouteNotMatched() публичный статический Метод

public static RouteNotMatched ( IEnumerable matchedRestrictions, IEnumerable unmatchedRestrictions ) : MatchResult
matchedRestrictions IEnumerable
unmatchedRestrictions IEnumerable
Результат MatchResult