C# Class Orchard.CodeGeneration.Commands.CodeGenerationCommands

Inheritance: Orchard.Commands.DefaultOrchardCommandHandler
Afficher le fichier Open project: ucdavis/Orchard Class Usage Examples

Private Properties

Свойство Type Description
AddFilesToOrchardThemesProject void
AddToSolution void
CreateController void
CreateCsProject string
CreateDataMigration void
CreateFilesFromTemplates void
CreateModule void
CreateProjectItemGroup string
CreateTheme void
CreateThemeFromTemplates void
GetOrchardReferences string
IntegrateModule void
IntegrateTheme void
IsSourceEnlistment bool
TouchSolution void

Méthodes publiques

Méthode Description
CodeGenerationCommands ( IExtensionManager extensionManager, ISchemaCommandGenerator schemaCommandGenerator ) : System

Private Methods

Méthode Description
AddFilesToOrchardThemesProject ( TextWriter output, string itemGroup ) : void
AddToSolution ( TextWriter output, string projectName, string projectGuid, string containingFolder, string solutionFolderGuid ) : void
CreateController ( string moduleName, string controllerName ) : void
CreateCsProject ( string projectName, string projectGuid, string itemGroup ) : string
CreateDataMigration ( string featureName ) : void
CreateFilesFromTemplates ( string moduleName, string projectGuid ) : void
CreateModule ( string moduleName ) : void
CreateProjectItemGroup ( string relativeFromPath, HashSet content, HashSet folders ) : string
CreateTheme ( string themeName ) : void
CreateThemeFromTemplates ( TextWriter output, string themeName, string baseTheme, string projectGuid, bool includeInSolution ) : void
GetOrchardReferences ( ) : string
IntegrateModule ( string moduleName ) : void
IntegrateTheme ( string themeName, string baseTheme ) : void
IsSourceEnlistment ( ) : bool
TouchSolution ( TextWriter output ) : void

Method Details

CodeGenerationCommands() public méthode

public CodeGenerationCommands ( IExtensionManager extensionManager, ISchemaCommandGenerator schemaCommandGenerator ) : System
extensionManager IExtensionManager
schemaCommandGenerator ISchemaCommandGenerator
Résultat System