C# Class ExamplesFx.ExampleCode

Exibir arquivo Open project: MarcosMeli/ExamplesFx Class Usage Examples

Public Methods

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

Private Methods

Method Description
Console_Changed ( object sender, EventArgs e ) : void
Input_Changed ( object sender, EventArgs e ) : void
OnConsoleChanged ( ) : void
OnInputChanged ( ) : void

Method Details

ExampleCode() public method

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
return System

OnNewFileCreated() public method

public OnNewFileCreated ( string fullPath ) : void
fullPath string
return void

RunExample() public method

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