Class ChangeThemeStyleStep
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.Building.Steps
Assembly: Volo.Abp.Cli.Core.dll
Syntax
public class ChangeThemeStyleStep : ProjectBuildPipelineStep
Constructors
ChangeThemeStyleStep()
Declaration
public ChangeThemeStyleStep()
Methods
ChangeThemeStyleName(ProjectBuildContext, string, string, string)
Declaration
protected void ChangeThemeStyleName(ProjectBuildContext context, string filePath, string oldThemeStyleName, string newThemeStyleName)
Parameters
| Type | Name | Description |
|---|---|---|
| ProjectBuildContext | context | |
| string | filePath | |
| string | oldThemeStyleName | |
| string | newThemeStyleName |
Execute(ProjectBuildContext)
Declaration
public override void Execute(ProjectBuildContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| ProjectBuildContext | context |