C# Class NClass.CodeGenerator.VSSolutionGenerator

Inheritance: SolutionGenerator
ファイルを表示 Open project: gbaychev/NClass

Private Properties

Property Type Description
CopyLine void

Public Methods

Method Description
VSSolutionGenerator ( Project project, SolutionType version ) : System

Protected Methods

Method Description
CreateProjectGenerator ( ClassModel model ) : ProjectGenerator
GenerateSolutionFile ( string location ) : bool

Private Methods

Method Description
CopyLine ( StreamReader reader, StreamWriter writer ) : void

Method Details

CreateProjectGenerator() protected method

/// The has invalid language. ///
protected CreateProjectGenerator ( ClassModel model ) : ProjectGenerator
model NClass.Core.Models.ClassModel
return ProjectGenerator

GenerateSolutionFile() protected method

protected GenerateSolutionFile ( string location ) : bool
location string
return bool

VSSolutionGenerator() public method

/// is null. ///
public VSSolutionGenerator ( Project project, SolutionType version ) : System
project NClass.Core.Project
version SolutionType
return System