Class SolutionRenamer
Inheritance
object
SolutionRenamer
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 SolutionRenamer
Constructors
SolutionRenamer(List<FileEntry>, string, string, string, string)
Declaration
public SolutionRenamer(List<FileEntry> entries, string companyNamePlaceHolder, string projectNamePlaceHolder, string companyName, string projectName)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Collections.Generic.List<T><FileEntry> | entries | |
| string | companyNamePlaceHolder | |
| string | projectNamePlaceHolder | |
| string | companyName | |
| string | projectName |
Methods
Run()
Declaration
public void Run()