C# Class Tavis.TreeRouteData

Inheritance: IHttpRouteData
Mostrar archivo Open project: darrelmiller/ApiRouter Class Usage Examples

Public Methods

Method Description
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

Method Details

AddRouter() public method

public AddRouter ( TreeRoute router ) : void
router TreeRoute
return void

AtRoot() public method

public AtRoot ( ) : bool
return bool

EndOfPath() public method

public EndOfPath ( ) : bool
return bool

GetParameter() public method

public GetParameter ( string name ) : object
name string
return object

MoveToNext() public method

public MoveToNext ( ) : void
return void

SetParameter() public method

public SetParameter ( string name, string value ) : void
name string
value string
return void

TreeRouteData() public method

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