C# Класс Rebel.Hive.Configuration.ProviderMappingGroup

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

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

Метод Описание
IsMatchForUri ( Uri uri ) : ProviderUriMatchResult

Determines whether this group matches the specified route URI.

IsMatchForUri ( string uri ) : ProviderUriMatchResult

Determines whether this group matches the specified route URI.

ProviderMappingGroup ( string key, IEnumerable matches, IEnumerable readers, IEnumerable writers, IFrameworkContext frameworkContext ) : System
ProviderMappingGroup ( string key, WildcardUriMatch singleMatch, ReadonlyProviderSetup singleReader, ProviderSetup singleWriter, IFrameworkContext frameworkContext ) : System

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

Метод Описание
FixUriBugs ( string uri ) : string
GetAndCacheUriMatchRegexes ( ) : IEnumerable

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

IsMatchForUri() публичный Метод

Determines whether this group matches the specified route URI.
public IsMatchForUri ( Uri uri ) : ProviderUriMatchResult
uri System.Uri The URI.
Результат ProviderUriMatchResult

IsMatchForUri() публичный Метод

Determines whether this group matches the specified route URI.
public IsMatchForUri ( string uri ) : ProviderUriMatchResult
uri string The URI.
Результат ProviderUriMatchResult

ProviderMappingGroup() публичный Метод

public ProviderMappingGroup ( string key, IEnumerable matches, IEnumerable readers, IEnumerable writers, IFrameworkContext frameworkContext ) : System
key string
matches IEnumerable
readers IEnumerable
writers IEnumerable
frameworkContext IFrameworkContext
Результат System

ProviderMappingGroup() публичный Метод

public ProviderMappingGroup ( string key, WildcardUriMatch singleMatch, ReadonlyProviderSetup singleReader, ProviderSetup singleWriter, IFrameworkContext frameworkContext ) : System
key string
singleMatch WildcardUriMatch
singleReader ReadonlyProviderSetup
singleWriter ProviderSetup
frameworkContext IFrameworkContext
Результат System