C# Class NClass.CodeGenerator.SolutionGenerator

Afficher le fichier Open project: gbaychev/NClass Class Usage Examples

Méthodes protégées

Méthode Description
CreateProjectGenerator ( ClassModel model ) : ProjectGenerator
GenerateSolutionFile ( string location ) : bool
SolutionGenerator ( Project project ) : System

Private Methods

Méthode Description
CheckDestination ( string location ) : GenerationResult
Generate ( string location ) : GenerationResult
GenerateProjectFiles ( string location ) : bool

Method Details

CreateProjectGenerator() protected abstract méthode

/// The is invalid. ///
protected abstract CreateProjectGenerator ( ClassModel model ) : ProjectGenerator
model NClass.Core.Models.ClassModel
Résultat ProjectGenerator

GenerateSolutionFile() protected abstract méthode

protected abstract GenerateSolutionFile ( string location ) : bool
location string
Résultat bool

SolutionGenerator() protected méthode

/// is null. ///
protected SolutionGenerator ( Project project ) : System
project NClass.Core.Project
Résultat System