C# Class StoryTeller.Domain.TPath

Afficher le fichier Open project: DarthFubuMVC/storyteller Class Usage Examples

Méthodes publiques

Méthode Description
Append ( string name ) : TPath
DottedPath ( ) : string
Equals ( TPath obj ) : bool
Equals ( object obj ) : bool
GetContainingFolder ( ) : string
GetFolder ( ) : string
GetHashCode ( ) : int
Pop ( ) : TPath
Push ( string name ) : TPath
TPath ( string path ) : System
ToSuite ( ) : TPath

Private Methods

Méthode Description
TPath ( List parts ) : System

Method Details

Append() public méthode

public Append ( string name ) : TPath
name string
Résultat TPath

DottedPath() public méthode

public DottedPath ( ) : string
Résultat string

Equals() public méthode

public Equals ( TPath obj ) : bool
obj TPath
Résultat bool

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetContainingFolder() public méthode

public GetContainingFolder ( ) : string
Résultat string

GetFolder() public méthode

public GetFolder ( ) : string
Résultat string

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Pop() public méthode

public Pop ( ) : TPath
Résultat TPath

Push() public méthode

public Push ( string name ) : TPath
name string
Résultat TPath

TPath() public méthode

public TPath ( string path ) : System
path string
Résultat System

ToSuite() public méthode

public ToSuite ( ) : TPath
Résultat TPath