C# Класс Rosetta.Renderings.Utils.RendererBase

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

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

Метод Описание
Render ( ) : void

RendererBase ( string outputFolderPath ) : System

Initializes a new instance of the Renderer class.

Приватные методы

Метод Описание
CheckRenderMethod ( MethodInfo methodInfo, RenderingResourceAttribute &renderingResourceAttribute ) : bool
RenderFromMethodInfoArray ( Type type ) : void

Searches through all public methos decorated with the RenderingResourceAttribute attribute, gets translation and writes files on hard drive.

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

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

public Render ( ) : void
Результат void

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

Initializes a new instance of the Renderer class.
public RendererBase ( string outputFolderPath ) : System
outputFolderPath string
Результат System