C# Class Tavis.TreeRouteData

Inheritance: IHttpRouteData
Afficher le fichier Open project: darrelmiller/ApiRouter Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public AddRouter ( TreeRoute router ) : void
router TreeRoute
Résultat void

AtRoot() public méthode

public AtRoot ( ) : bool
Résultat bool

EndOfPath() public méthode

public EndOfPath ( ) : bool
Résultat bool

GetParameter() public méthode

public GetParameter ( string name ) : object
name string
Résultat object

MoveToNext() public méthode

public MoveToNext ( ) : void
Résultat void

SetParameter() public méthode

public SetParameter ( string name, string value ) : void
name string
value string
Résultat void

TreeRouteData() public méthode

public TreeRouteData ( Uri requestUri, int initialPosition ) : System
requestUri System.Uri
initialPosition int
Résultat System