C# Class Provider.BasePathManager

Afficher le fichier Open project: Huddle/Puddle

Méthodes publiques

Méthode Description
CreatePath ( ) : string
FindRootPath ( ) : string

Méthodes protégées

Méthode Description
BasePathManager ( string path, string host ) : System

Private Methods

Méthode Description
IsNumber ( string text ) : System.Boolean

Method Details

BasePathManager() protected méthode

protected BasePathManager ( string path, string host ) : System
path string
host string
Résultat System

CreatePath() public méthode

public CreatePath ( ) : string
Résultat string

FindRootPath() public méthode

public FindRootPath ( ) : string
Résultat string