C# 클래스 Rosetta.Renderings.Utils.RendererBase

파일 보기 프로젝트 열기: andry-tino/Rosetta

공개 메소드들

메소드 설명
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