C# Class Rosetta.Renderings.Utils.RendererBase

Exibir arquivo Open project: andry-tino/Rosetta

Public Methods

Method Description
Render ( ) : void

RendererBase ( string outputFolderPath ) : System

Initializes a new instance of the Renderer class.

Private Methods

Method Description
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.

Method Details

Render() public method

public Render ( ) : void
return void

RendererBase() public method

Initializes a new instance of the Renderer class.
public RendererBase ( string outputFolderPath ) : System
outputFolderPath string
return System