C# Class T4Scaffolding.NuGetServices.Services.ScaffoldingSolutionManager

Inheritance: ISolutionManager
Datei anzeigen Open project: processedbeets/ASP.NET-MVC-Scaffolding

Public Methods

Method Description
GetProject ( string projectName ) : Project
GetProjects ( ) : IEnumerable
ScaffoldingSolutionManager ( string defaultProjectName ) : System

Private Methods

Method Description
EnsureProjectCache ( ) : void

Method Details

GetProject() public method

public GetProject ( string projectName ) : Project
projectName string
return Project

GetProjects() public method

public GetProjects ( ) : IEnumerable
return IEnumerable

ScaffoldingSolutionManager() public method

public ScaffoldingSolutionManager ( string defaultProjectName ) : System
defaultProjectName string
return System