C# 클래스 Pomona.Routing.DataSourceRootRoute

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

Private Properties

프로퍼티 타입 설명
GetRootResourceBaseTypes IEnumerable

공개 메소드들

메소드 설명
DataSourceRootRoute ( TypeMapper typeMapper, Type dataSource ) : System

보호된 메소드들

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

비공개 메소드들

메소드 설명
GetRootResourceBaseTypes ( ) : IEnumerable

메소드 상세

DataSourceRootRoute() 공개 메소드

public DataSourceRootRoute ( TypeMapper typeMapper, Type dataSource ) : System
typeMapper TypeMapper
dataSource System.Type
리턴 System

LoadChildren() 보호된 메소드

protected LoadChildren ( ) : IEnumerable
리턴 IEnumerable

Match() 보호된 메소드

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

PathSegmentToString() 보호된 메소드

protected PathSegmentToString ( ) : string
리턴 string