C# 클래스 Pomona.Routing.DataSourceCollectionRoute

상속: Route, ILiteralRoute
파일 보기 프로젝트 열기: Pomona/Pomona

공개 메소드들

메소드 설명
DataSourceCollectionRoute ( DataSourceRootRoute parent, ResourceType resultItemType ) : System

보호된 메소드들

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

메소드 상세

DataSourceCollectionRoute() 공개 메소드

public DataSourceCollectionRoute ( DataSourceRootRoute parent, ResourceType resultItemType ) : System
parent DataSourceRootRoute
resultItemType Pomona.Common.TypeSystem.ResourceType
리턴 System

LoadChildren() 보호된 메소드

protected LoadChildren ( ) : IEnumerable
리턴 IEnumerable

Match() 보호된 메소드

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

PathSegmentToString() 보호된 메소드

protected PathSegmentToString ( ) : string
리턴 string