C# Class NClass.CodeGenerator.Generator

Exibir arquivo Open project: gbaychev/NClass Class Usage Examples

Public Methods

Method Description
Generate ( string location ) : GenerationResult
Generator ( Project project, SolutionType type ) : System

Protected Methods

Method Description
CreateSolutionGenerator ( Project project, SolutionType type ) : SolutionGenerator

Method Details

CreateSolutionGenerator() protected method

protected CreateSolutionGenerator ( Project project, SolutionType type ) : SolutionGenerator
project NClass.Core.Project
type SolutionType
return SolutionGenerator

Generate() public method

/// contains invalid path characters. ///
public Generate ( string location ) : GenerationResult
location string
return GenerationResult

Generator() public method

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