C# 클래스 T4Scaffolding.NuGetServices.Services.ScaffoldingSolutionManager

상속: ISolutionManager
파일 보기 프로젝트 열기: processedbeets/ASP.NET-MVC-Scaffolding

공개 메소드들

메소드 설명
GetProject ( string projectName ) : Project
GetProjects ( ) : IEnumerable
ScaffoldingSolutionManager ( string defaultProjectName ) : System

비공개 메소드들

메소드 설명
EnsureProjectCache ( ) : void

메소드 상세

GetProject() 공개 메소드

public GetProject ( string projectName ) : Project
projectName string
리턴 Project

GetProjects() 공개 메소드

public GetProjects ( ) : IEnumerable
리턴 IEnumerable

ScaffoldingSolutionManager() 공개 메소드

public ScaffoldingSolutionManager ( string defaultProjectName ) : System
defaultProjectName string
리턴 System