C# 클래스 Tavis.TreeRouteData

상속: IHttpRouteData
파일 보기 프로젝트 열기: darrelmiller/ApiRouter 1 사용 예제들

공개 메소드들

메소드 설명
AddRouter ( TreeRoute router ) : void
AtRoot ( ) : bool
EndOfPath ( ) : bool
GetParameter ( string name ) : object
MoveToNext ( ) : void
SetParameter ( string name, string value ) : void
TreeRouteData ( Uri requestUri, int initialPosition ) : System

메소드 상세

AddRouter() 공개 메소드

public AddRouter ( TreeRoute router ) : void
router TreeRoute
리턴 void

AtRoot() 공개 메소드

public AtRoot ( ) : bool
리턴 bool

EndOfPath() 공개 메소드

public EndOfPath ( ) : bool
리턴 bool

GetParameter() 공개 메소드

public GetParameter ( string name ) : object
name string
리턴 object

MoveToNext() 공개 메소드

public MoveToNext ( ) : void
리턴 void

SetParameter() 공개 메소드

public SetParameter ( string name, string value ) : void
name string
value string
리턴 void

TreeRouteData() 공개 메소드

public TreeRouteData ( Uri requestUri, int initialPosition ) : System
requestUri System.Uri
initialPosition int
리턴 System