C# 클래스 Pomona.Routing.RootRoute

상속: Route
파일 보기 프로젝트 열기: Pomona/Pomona 1 사용 예제들

공개 메소드들

메소드 설명
RootRoute ( ResourceType resultItemType ) : System

보호된 메소드들

메소드 설명
LoadChildren ( ) : IEnumerable
Match ( string pathSegment ) : bool
PathSegmentToString ( ) : string

메소드 상세

LoadChildren() 보호된 메소드

protected LoadChildren ( ) : IEnumerable
리턴 IEnumerable

Match() 보호된 메소드

protected Match ( string pathSegment ) : bool
pathSegment string
리턴 bool

PathSegmentToString() 보호된 메소드

protected PathSegmentToString ( ) : string
리턴 string

RootRoute() 공개 메소드

public RootRoute ( ResourceType resultItemType ) : System
resultItemType Pomona.Common.TypeSystem.ResourceType
리턴 System