C# 클래스 Pomona.Routing.GetByIdRoute

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

공개 메소드들

메소드 설명
GetByIdRoute ( ResourceType resultItemType, Route parent, HttpMethod allowedMethods ) : System

보호된 메소드들

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

메소드 상세

GetByIdRoute() 공개 메소드

public GetByIdRoute ( ResourceType resultItemType, Route parent, HttpMethod allowedMethods ) : System
resultItemType Pomona.Common.TypeSystem.ResourceType
parent Route
allowedMethods HttpMethod
리턴 System

LoadChildren() 보호된 메소드

protected LoadChildren ( ) : IEnumerable
리턴 IEnumerable

Match() 보호된 메소드

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

PathSegmentToString() 보호된 메소드

protected PathSegmentToString ( ) : string
리턴 string