Show / Hide Table of Contents

Class ChangeThemeStep

Inheritance
object
ProjectBuildPipelineStep
ChangeThemeStep
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 ChangeThemeStep : ProjectBuildPipelineStep

Constructors

ChangeThemeStep()

Declaration
public ChangeThemeStep()

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
Type Name Description
ProjectBuildContext context

ChangeToLeptonTheme(ProjectBuildContext)

Declaration
protected void ChangeToLeptonTheme(ProjectBuildContext context)
Parameters
Type Name Description
ProjectBuildContext context

Execute(ProjectBuildContext)

Declaration
public override void Execute(ProjectBuildContext context)
Parameters
Type Name Description
ProjectBuildContext context
Overrides
ProjectBuildPipelineStep.Execute(ProjectBuildContext)

RemoveLinesByStatement(ProjectBuildContext, string, string)

Declaration
protected void RemoveLinesByStatement(ProjectBuildContext context, string filePath, string statement)
Parameters
Type Name Description
ProjectBuildContext context
string filePath
string statement

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

AbpObjectExtensions.As<T>(object)
AbpObjectExtensions.To<T>(object)
LockExtensions.Locking(object, Action)
LockExtensions.Locking<TResult>(object, Func<TResult>)
AbpObjectExtensions.If<T>(T, bool, Action<T>)
AbpObjectExtensions.If<T>(T, bool, Func<T, T>)
AbpObjectExtensions.IsIn<T>(T, IEnumerable<T>)
AbpObjectExtensions.IsIn<T>(T, params T[])
AbpQueryableExtensions.OrderByIf<T, TQueryable>(TQueryable, bool, string)
AbpQueryableExtensions.PageBy<T, TQueryable>(TQueryable, int, int)
AbpQueryableExtensions.WhereIf<T, TQueryable>(TQueryable, bool, Expression<Func<T, bool>>)
AbpQueryableExtensions.WhereIf<T, TQueryable>(TQueryable, bool, Expression<Func<T, int, bool>>)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
In This Article
Back to top Powered by Volosoft