Class DotNetProjectInfo
Inheritance
DotNetProjectInfo
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
Properties
CsProjPath
Declaration
public string CsProjPath { get; set; }
Property Value
Dependencies
Declaration
public List<DotNetProjectInfo> Dependencies { get; set; }
Property Value
RepositoryName
Declaration
public string RepositoryName { get; set; }
Property Value
ShouldBuild
Declaration
public bool ShouldBuild { get; set; }
Property Value
Extension Methods