C# Class ExamplesFx.ExampleCode

Afficher le fichier Open project: MarcosMeli/ExamplesFx Class Usage Examples

Méthodes publiques

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

Méthode Description
Console_Changed ( object sender, EventArgs e ) : void
Input_Changed ( object sender, EventArgs e ) : void
OnConsoleChanged ( ) : void
OnInputChanged ( ) : void

Method Details

ExampleCode() public méthode

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
Résultat System

OnNewFileCreated() public méthode

public OnNewFileCreated ( string fullPath ) : void
fullPath string
Résultat void

RunExample() public méthode

Indicates if the Example has Console Output
public RunExample ( ) : void
Résultat void