Class MicroserviceTemplateBase
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Cli.ProjectBuilding.Templates.Microservice
Assembly: Volo.Abp.Cli.Core.dll
Syntax
public abstract class MicroserviceTemplateBase : TemplateInfo
Constructors
MicroserviceTemplateBase(string)
Declaration
protected MicroserviceTemplateBase(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name |
Methods
ConfigureTheme(ProjectBuildContext, List<ProjectBuildPipelineStep>)
Declaration
protected void ConfigureTheme(ProjectBuildContext context, List<ProjectBuildPipelineStep> steps)
Parameters
| Type | Name | Description |
|---|---|---|
| ProjectBuildContext | context | |
| System.Collections.Generic.List<T><ProjectBuildPipelineStep> | steps |
GetCustomSteps(ProjectBuildContext)
Declaration
public override IEnumerable<ProjectBuildPipelineStep> GetCustomSteps(ProjectBuildContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| ProjectBuildContext | context |
Returns
| Type | Description |
|---|---|
| System.Collections.Generic.IEnumerable<T><ProjectBuildPipelineStep> |
Overrides
IsMicroserviceTemplate(string)
Declaration
public static bool IsMicroserviceTemplate(string templateName)
Parameters
| Type | Name | Description |
|---|---|---|
| string | templateName |
Returns
| Type | Description |
|---|---|
| bool |