C# Class Rebel.Hive.Configuration.ProviderMappingGroup

Inheritance: IRequiresFrameworkContext
Afficher le fichier Open project: RebelCMS/rebelcmsxu5 Class Usage Examples

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
FixUriBugs ( string uri ) : string
GetAndCacheUriMatchRegexes ( ) : IEnumerable

Method Details

IsMatchForUri() public méthode

Determines whether this group matches the specified route URI.
public IsMatchForUri ( Uri uri ) : ProviderUriMatchResult
uri System.Uri The URI.
Résultat ProviderUriMatchResult

IsMatchForUri() public méthode

Determines whether this group matches the specified route URI.
public IsMatchForUri ( string uri ) : ProviderUriMatchResult
uri string The URI.
Résultat ProviderUriMatchResult

ProviderMappingGroup() public méthode

public ProviderMappingGroup ( string key, IEnumerable matches, IEnumerable readers, IEnumerable writers, IFrameworkContext frameworkContext ) : System
key string
matches IEnumerable
readers IEnumerable
writers IEnumerable
frameworkContext IFrameworkContext
Résultat System

ProviderMappingGroup() public méthode

public ProviderMappingGroup ( string key, WildcardUriMatch singleMatch, ReadonlyProviderSetup singleReader, ProviderSetup singleWriter, IFrameworkContext frameworkContext ) : System
key string
singleMatch WildcardUriMatch
singleReader ReadonlyProviderSetup
singleWriter ProviderSetup
frameworkContext IFrameworkContext
Résultat System