Class RenameHelper
Inherited Members
Namespace: Volo.Abp.Cli.ProjectBuilding.Building.Steps
Assembly: Volo.Abp.Cli.Core.dll
Syntax
public static class RenameHelper
Methods
RenameAll(List<FileEntry>, string, string)
Declaration
public static void RenameAll(List<FileEntry> entries, string placeHolder, string name)
Parameters
| Type | Name | Description |
|---|---|---|
| List<FileEntry> | entries | |
| string | placeHolder | |
| string | name |