C# 클래스 Rebel.Hive.Configuration.ProviderMappingGroup

상속: IRequiresFrameworkContext
파일 보기 프로젝트 열기: RebelCMS/rebelcmsxu5 1 사용 예제들

공개 메소드들

메소드 설명
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