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

Inheritance: IGenerateCodeCommands
Afficher le fichier Open project: vchelaru/FlatRedBall Class Usage Examples

Méthodes publiques

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

Méthode Description
GenerateAllCodeSync ( object throwaway ) : void

Method Details

GenerateAllCode() public méthode

public GenerateAllCode ( ) : void
Résultat void

GenerateAllCodeSync() public méthode

Generates all code for the entire project synchronously.
public GenerateAllCodeSync ( ) : void
Résultat void

GenerateCurrentCsvCode() public méthode

public GenerateCurrentCsvCode ( ) : void
Résultat void

GenerateCurrentElementCode() public méthode

public GenerateCurrentElementCode ( ) : void
Résultat void

GenerateCustomClassesCode() public méthode

public GenerateCustomClassesCode ( ) : void
Résultat void

GenerateElementCode() public méthode

public GenerateElementCode ( IElement element ) : void
element IElement
Résultat void

GenerateGlobalContentCode() public méthode

public GenerateGlobalContentCode ( ) : void
Résultat void

GetNamespaceForElement() public méthode

public GetNamespaceForElement ( IElement element ) : string
element IElement
Résultat string