C# 클래스 ExamplesFx.ExampleCode

파일 보기 프로젝트 열기: MarcosMeli/ExamplesFx 1 사용 예제들

공개 메소드들

메소드 설명
ExampleCode ( ExampleBase example, string name, string category, string solutionFile ) : System

Create a new example class

OnNewFileCreated ( string fullPath ) : void
RunExample ( ) : void

Indicates if the Example has Console Output

비공개 메소드들

메소드 설명
Console_Changed ( object sender, EventArgs e ) : void
Input_Changed ( object sender, EventArgs e ) : void
OnConsoleChanged ( ) : void
OnInputChanged ( ) : void

메소드 상세

ExampleCode() 공개 메소드

Create a new example class
public ExampleCode ( ExampleBase example, string name, string category, string solutionFile ) : System
example ExampleBase Example structure from template parse
name string Title from TODO:
category string Category from TODO:
solutionFile string The solutionfilename
리턴 System

OnNewFileCreated() 공개 메소드

public OnNewFileCreated ( string fullPath ) : void
fullPath string
리턴 void

RunExample() 공개 메소드

Indicates if the Example has Console Output
public RunExample ( ) : void
리턴 void