Class ProjectBuildContextExtensions
Inheritance
object
ProjectBuildContextExtensions
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
Assembly: Volo.Abp.Cli.Core.dll
Syntax
public static class ProjectBuildContextExtensions
Methods
FindFile(ProjectBuildContext, string)
Declaration
public static FileEntry FindFile(this ProjectBuildContext context, string filePath)
Parameters
| Type | Name | Description |
|---|---|---|
| ProjectBuildContext | context | |
| string | filePath |
Returns
| Type | Description |
|---|---|
| FileEntry |
GetFile(ProjectBuildContext, string)
Declaration
public static FileEntry GetFile(this ProjectBuildContext context, string filePath)
Parameters
| Type | Name | Description |
|---|---|---|
| ProjectBuildContext | context | |
| string | filePath |
Returns
| Type | Description |
|---|---|
| FileEntry |