C# 클래스 Orchard.CodeGeneration.Commands.CodeGenerationCommands

상속: Orchard.Commands.DefaultOrchardCommandHandler
파일 보기 프로젝트 열기: ucdavis/Orchard 1 사용 예제들

Private Properties

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
CodeGenerationCommands ( IExtensionManager extensionManager, ISchemaCommandGenerator schemaCommandGenerator ) : System

비공개 메소드들

메소드 설명
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

메소드 상세

CodeGenerationCommands() 공개 메소드

public CodeGenerationCommands ( IExtensionManager extensionManager, ISchemaCommandGenerator schemaCommandGenerator ) : System
extensionManager IExtensionManager
schemaCommandGenerator ISchemaCommandGenerator
리턴 System