C# Class AmazedSaint.Elastic.Templating.Generator

Afficher le fichier Open project: amazedsaint/ElasticObject

Méthodes publiques

Méthode 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 méthode

public Generator ( ) : System
Résultat System

Generator() public méthode

public Generator ( string basePath ) : System
basePath string
Résultat System

RenderModel() public méthode

Specify the pre processing options
public RenderModel ( string modelPath, string modelType, string ttPath ) : string
modelPath string
modelType string
ttPath string
Résultat string

RenderModel() public méthode

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
Résultat string