C# Class NClass.CodeGenerator.Generator

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

Méthodes publiques

Méthode Description
Generate ( string location ) : GenerationResult
Generator ( Project project, SolutionType type ) : System

Méthodes protégées

Méthode Description
CreateSolutionGenerator ( Project project, SolutionType type ) : SolutionGenerator

Method Details

CreateSolutionGenerator() protected méthode

protected CreateSolutionGenerator ( Project project, SolutionType type ) : SolutionGenerator
project NClass.Core.Project
type SolutionType
Résultat SolutionGenerator

Generate() public méthode

/// contains invalid path characters. ///
public Generate ( string location ) : GenerationResult
location string
Résultat GenerationResult

Generator() public méthode

/// is null. ///
public Generator ( Project project, SolutionType type ) : System
project NClass.Core.Project
type SolutionType
Résultat System