Class DotNetProjectInfo
Inheritance
object
DotNetProjectInfo
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.Build
Assembly: Volo.Abp.Cli.Core.dll
Syntax
public class DotNetProjectInfo
Constructors
DotNetProjectInfo(string, string, bool)
Declaration
public DotNetProjectInfo(string repositoryName, string csProjPath, bool shouldBuild)
Parameters
| Type | Name | Description |
|---|---|---|
| string | repositoryName | |
| string | csProjPath | |
| bool | shouldBuild |
Properties
CsProjPath
Declaration
public string CsProjPath { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Dependencies
Declaration
public List<DotNetProjectInfo> Dependencies { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<T><DotNetProjectInfo> |
RepositoryName
Declaration
public string RepositoryName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ShouldBuild
Declaration
public bool ShouldBuild { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |