C# Class AmazedSaint.Elastic.Templating.Generator

显示文件 Open project: amazedsaint/ElasticObject

Public Methods

Method Description
Generator ( ) : System
Generator ( string basePath ) : System
RenderModel ( string modelPath, string modelType, string ttPath ) : string

Specify the pre processing options

RenderModel ( string modelPath, string modelType, string ttPath, bool preProcess ) : string

Render the model and returns the results

Method Details

Generator() public method

public Generator ( ) : System
return System

Generator() public method

public Generator ( string basePath ) : System
basePath string
return System

RenderModel() public method

Specify the pre processing options
public RenderModel ( string modelPath, string modelType, string ttPath ) : string
modelPath string
modelType string
ttPath string
return string

RenderModel() public method

Render the model and returns the results
public RenderModel ( string modelPath, string modelType, string ttPath, bool preProcess ) : string
modelPath string
modelType string
ttPath string
preProcess bool
return string