C# Class Example.Project.Tools.Templates.View.ViewGenerator

Inheritance: ICommand
ファイルを表示 Open project: juanplopes/simple

Public Methods

Method Description
Execute ( ) : void

Protected Methods

Method Description
Execute ( ProjectFileWriter project, string type, string fileFormat, string className, string template ) : void
GetTemplate ( string content, string className ) : SimpleTemplate

Method Details

Execute() public method

public Execute ( ) : void
return void

Execute() protected method

protected Execute ( ProjectFileWriter project, string type, string fileFormat, string className, string template ) : void
project ProjectFileWriter
type string
fileFormat string
className string
template string
return void

GetTemplate() protected method

protected GetTemplate ( string content, string className ) : SimpleTemplate
content string
className string
return Simple.NVelocity.SimpleTemplate