C# Class Rosetta.Renderings.Utils.RendererBase

Afficher le fichier Open project: andry-tino/Rosetta

Méthodes publiques

Méthode Description
Render ( ) : void

RendererBase ( string outputFolderPath ) : System

Initializes a new instance of the Renderer class.

Private Methods

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

public Render ( ) : void
Résultat void

RendererBase() public méthode

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