Class AppNoLayersTemplateBase
Inheritance
AppNoLayersTemplateBase
Assembly: Volo.Abp.Cli.Core.dll
Syntax
public abstract class AppNoLayersTemplateBase : TemplateInfo
Constructors
AppNoLayersTemplateBase(string)
Declaration
protected AppNoLayersTemplateBase(string templateName)
Parameters
Type |
Name |
Description |
string |
templateName |
|
Methods
ChangeConnectionString(ProjectBuildContext, List<ProjectBuildPipelineStep>)
Declaration
protected void ChangeConnectionString(ProjectBuildContext context, List<ProjectBuildPipelineStep> steps)
Parameters
CleanupFolderHierarchy(ProjectBuildContext, List<ProjectBuildPipelineStep>)
Declaration
protected void CleanupFolderHierarchy(ProjectBuildContext context, List<ProjectBuildPipelineStep> steps)
Parameters
ConfigureDockerFiles(ProjectBuildContext, List<ProjectBuildPipelineStep>)
Declaration
protected void ConfigureDockerFiles(ProjectBuildContext context, List<ProjectBuildPipelineStep> steps)
Parameters
ConfigureTheme(ProjectBuildContext, List<ProjectBuildPipelineStep>)
Declaration
protected void ConfigureTheme(ProjectBuildContext context, List<ProjectBuildPipelineStep> steps)
Parameters
DeleteUnrelatedProjects(ProjectBuildContext, List<ProjectBuildPipelineStep>)
Declaration
protected void DeleteUnrelatedProjects(ProjectBuildContext context, List<ProjectBuildPipelineStep> steps)
Parameters
GetCustomSteps(ProjectBuildContext)
Declaration
public override IEnumerable<ProjectBuildPipelineStep> GetCustomSteps(ProjectBuildContext context)
Parameters
Returns
Overrides
IsAppNoLayersTemplate(string)
Declaration
public static bool IsAppNoLayersTemplate(string templateName)
Parameters
Type |
Name |
Description |
string |
templateName |
|
Returns
RandomizeAuthServerPassPhrase(ProjectBuildContext, List<ProjectBuildPipelineStep>)
Declaration
protected static void RandomizeAuthServerPassPhrase(ProjectBuildContext context, List<ProjectBuildPipelineStep> steps)
Parameters
RandomizeSslPorts(ProjectBuildContext, List<ProjectBuildPipelineStep>)
Declaration
protected void RandomizeSslPorts(ProjectBuildContext context, List<ProjectBuildPipelineStep> steps)
Parameters
RandomizeStringEncryption(ProjectBuildContext, List<ProjectBuildPipelineStep>)
Declaration
protected void RandomizeStringEncryption(ProjectBuildContext context, List<ProjectBuildPipelineStep> steps)
Parameters
RemoveMigrations(ProjectBuildContext, List<ProjectBuildPipelineStep>)
Declaration
protected void RemoveMigrations(ProjectBuildContext context, List<ProjectBuildPipelineStep> steps)
Parameters
SetDbmsSymbols(ProjectBuildContext)
Declaration
protected void SetDbmsSymbols(ProjectBuildContext context)
Parameters
SwitchDatabaseProvider(ProjectBuildContext, List<ProjectBuildPipelineStep>)
Declaration
protected void SwitchDatabaseProvider(ProjectBuildContext context, List<ProjectBuildPipelineStep> steps)
Parameters
UpdateNuGetConfig(ProjectBuildContext, List<ProjectBuildPipelineStep>)
Declaration
protected void UpdateNuGetConfig(ProjectBuildContext context, List<ProjectBuildPipelineStep> steps)
Parameters
Extension Methods