Class ChangeThemeStep
Inheritance
object
ChangeThemeStep
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Assembly: Volo.Abp.Cli.Core.dll
Syntax
public class ChangeThemeStep : ProjectBuildPipelineStep
Constructors
ChangeThemeStep()
Declaration
Methods
ChangeKeyword(ProjectBuildContext, string, string, string)
Declaration
protected void ChangeKeyword(ProjectBuildContext context, string targetModuleFilePath, string oldKeyword, string newKeyword)
Parameters
| Type |
Name |
Description |
| ProjectBuildContext |
context |
|
| string |
targetModuleFilePath |
|
| string |
oldKeyword |
|
| string |
newKeyword |
|
ChangeNamespace(ProjectBuildContext, string, string, string)
Declaration
protected void ChangeNamespace(ProjectBuildContext context, string targetModuleFilePath, string oldNamespace, string newNamespace)
Parameters
| Type |
Name |
Description |
| ProjectBuildContext |
context |
|
| string |
targetModuleFilePath |
|
| string |
oldNamespace |
|
| string |
newNamespace |
|
ChangeNamespaceAndKeyword(ProjectBuildContext, string, string, string, string, string)
Declaration
protected void ChangeNamespaceAndKeyword(ProjectBuildContext context, string targetModuleFilePath, string oldNamespace, string newNamespace, string oldKeyword, string newKeyword)
Parameters
| Type |
Name |
Description |
| ProjectBuildContext |
context |
|
| string |
targetModuleFilePath |
|
| string |
oldNamespace |
|
| string |
newNamespace |
|
| string |
oldKeyword |
|
| string |
newKeyword |
|
ChangeToBasicTheme(ProjectBuildContext)
Declaration
protected void ChangeToBasicTheme(ProjectBuildContext context)
Parameters
ChangeToLeptonTheme(ProjectBuildContext)
Declaration
protected void ChangeToLeptonTheme(ProjectBuildContext context)
Parameters
Execute(ProjectBuildContext)
Declaration
public override void Execute(ProjectBuildContext context)
Parameters
Overrides
RemoveLinesByStatement(ProjectBuildContext, string, string)
Declaration
protected void RemoveLinesByStatement(ProjectBuildContext context, string filePath, string statement)
Parameters
ReplaceImportPackage(ProjectBuildContext, string, string, string)
Declaration
protected void ReplaceImportPackage(ProjectBuildContext context, string filePath, string oldImportPackage, string newImportPackage)
Parameters
| Type |
Name |
Description |
| ProjectBuildContext |
context |
|
| string |
filePath |
|
| string |
oldImportPackage |
|
| string |
newImportPackage |
|
ReplaceMethodNames(ProjectBuildContext, string, string, string)
Declaration
protected void ReplaceMethodNames(ProjectBuildContext context, string filePath, string oldMethodName, string newMethodName)
Parameters
| Type |
Name |
Description |
| ProjectBuildContext |
context |
|
| string |
filePath |
|
| string |
oldMethodName |
|
| string |
newMethodName |
|
ReplacePackageReferenceWithProjectReference(ProjectBuildContext, string, string, string)
Declaration
protected void ReplacePackageReferenceWithProjectReference(ProjectBuildContext context, string targetProjectFilePath, string packageReference, string projectReference)
Parameters
| Type |
Name |
Description |
| ProjectBuildContext |
context |
|
| string |
targetProjectFilePath |
|
| string |
packageReference |
|
| string |
projectReference |
|
Extension Methods