C# Класс AmazedSaint.Elastic.Templating.Generator

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

Generator() публичный Метод

public Generator ( ) : System
Результат System

Generator() публичный Метод

public Generator ( string basePath ) : System
basePath string
Результат System

RenderModel() публичный Метод

Specify the pre processing options
public RenderModel ( string modelPath, string modelType, string ttPath ) : string
modelPath string
modelType string
ttPath string
Результат string

RenderModel() публичный Метод

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
Результат string