Class DotNetProjectInfo
Inheritance
System.Object
DotNetProjectInfo
Assembly: Volo.Abp.Cli.Core.dll
Syntax
public class DotNetProjectInfo : object
Constructors
DotNetProjectInfo(String, String, Boolean)
Declaration
public DotNetProjectInfo(string repositoryName, string csProjPath, bool shouldBuild)
Parameters
Type |
Name |
Description |
System.String |
repositoryName |
|
System.String |
csProjPath |
|
System.Boolean |
shouldBuild |
|
Properties
CsProjPath
Declaration
public string CsProjPath { get; set; }
Property Value
Type |
Description |
System.String |
|
Dependencies
Declaration
public List<DotNetProjectInfo> Dependencies { get; set; }
Property Value
RepositoryName
Declaration
public string RepositoryName { get; set; }
Property Value
Type |
Description |
System.String |
|
ShouldBuild
Declaration
public bool ShouldBuild { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Extension Methods