C# Class Provider.BasePathManager

显示文件 Open project: Huddle/Puddle

Public Methods

Method Description
CreatePath ( ) : string
FindRootPath ( ) : string

Protected Methods

Method Description
BasePathManager ( string path, string host ) : System

Private Methods

Method Description
IsNumber ( string text ) : System.Boolean

Method Details

BasePathManager() protected method

protected BasePathManager ( string path, string host ) : System
path string
host string
return System

CreatePath() public method

public CreatePath ( ) : string
return string

FindRootPath() public method

public FindRootPath ( ) : string
return string