C# Class FlatRedBall.Glue.Plugins.ExportedImplementations.CommandInterfaces.GenerateCodeCommands

Inheritance: IGenerateCodeCommands
Exibir arquivo Open project: vchelaru/FlatRedBall Class Usage Examples

Public Methods

Method Description
GenerateAllCode ( ) : void
GenerateAllCodeSync ( ) : void

Generates all code for the entire project synchronously.

GenerateCurrentCsvCode ( ) : void
GenerateCurrentElementCode ( ) : void
GenerateCustomClassesCode ( ) : void
GenerateElementCode ( IElement element ) : void
GenerateGlobalContentCode ( ) : void
GetNamespaceForElement ( IElement element ) : string

Private Methods

Method Description
GenerateAllCodeSync ( object throwaway ) : void

Method Details

GenerateAllCode() public method

public GenerateAllCode ( ) : void
return void

GenerateAllCodeSync() public method

Generates all code for the entire project synchronously.
public GenerateAllCodeSync ( ) : void
return void

GenerateCurrentCsvCode() public method

public GenerateCurrentCsvCode ( ) : void
return void

GenerateCurrentElementCode() public method

public GenerateCurrentElementCode ( ) : void
return void

GenerateCustomClassesCode() public method

public GenerateCustomClassesCode ( ) : void
return void

GenerateElementCode() public method

public GenerateElementCode ( IElement element ) : void
element IElement
return void

GenerateGlobalContentCode() public method

public GenerateGlobalContentCode ( ) : void
return void

GetNamespaceForElement() public method

public GetNamespaceForElement ( IElement element ) : string
element IElement
return string