Class SolutionRenamer
Inherited Members
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 |
|---|---|---|
| List<FileEntry> | entries | |
| string | companyNamePlaceHolder | |
| string | projectNamePlaceHolder | |
| string | companyName | |
| string | projectName |
Methods
Run()
Declaration
public void Run()