C# Class NClass.CodeGenerator.CSharpProjectGenerator

Inheritance: ProjectGenerator
Datei anzeigen Open project: gbaychev/NClass

Public Methods

Method Description
CSharpProjectGenerator ( ClassModel model, SolutionType solutionType ) : System

Protected Methods

Method Description
CreateSourceFileGenerator ( TypeBase type ) : SourceFileGenerator
GenerateProjectFiles ( string location ) : bool

Method Details

CSharpProjectGenerator() public method

/// is null. ///
public CSharpProjectGenerator ( ClassModel model, SolutionType solutionType ) : System
model NClass.Core.Models.ClassModel
solutionType SolutionType
return System

CreateSourceFileGenerator() protected method

protected CreateSourceFileGenerator ( TypeBase type ) : SourceFileGenerator
type NClass.Core.TypeBase
return SourceFileGenerator

GenerateProjectFiles() protected method

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