C# Class Calyptus.Mvc.PathStack

Inheritance: IPathStack
Afficher le fichier Open project: sebmarkbage/calyptus.mvc Class Usage Examples

Méthodes publiques

Méthode Description
GetPath ( bool rooted ) : string
GetQueryString ( ) : string
Peek ( ) : string
Peek ( int stepsForward ) : string
Pop ( ) : string
Pop ( int count ) : void
Push ( IPathStack path ) : void
Push ( string path ) : void
Reverse ( int count ) : void
ReverseToIndex ( int toIndex ) : void
ToString ( ) : string

Méthodes protégées

Méthode Description
Decode ( string path ) : string
Encode ( string path ) : string

Private Methods

Méthode Description
PathStack ( ) : System
PathStack ( bool readOnly ) : System
PathStack ( string verb, string path, NameValueCollection query, bool readOnly ) : System

Method Details

Decode() protected méthode

protected Decode ( string path ) : string
path string
Résultat string

Encode() protected méthode

protected Encode ( string path ) : string
path string
Résultat string

GetPath() public méthode

public GetPath ( bool rooted ) : string
rooted bool
Résultat string

GetQueryString() public méthode

public GetQueryString ( ) : string
Résultat string

Peek() public méthode

public Peek ( ) : string
Résultat string

Peek() public méthode

public Peek ( int stepsForward ) : string
stepsForward int
Résultat string

Pop() public méthode

public Pop ( ) : string
Résultat string

Pop() public méthode

public Pop ( int count ) : void
count int
Résultat void

Push() public méthode

public Push ( IPathStack path ) : void
path IPathStack
Résultat void

Push() public méthode

public Push ( string path ) : void
path string
Résultat void

Reverse() public méthode

public Reverse ( int count ) : void
count int
Résultat void

ReverseToIndex() public méthode

public ReverseToIndex ( int toIndex ) : void
toIndex int
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string