Show / Hide Table of Contents

Class DotNetProjectInfoExtensions

Inheritance
object
DotNetProjectInfoExtensions
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 static class DotNetProjectInfoExtensions

Methods

IsMarkedForBuild(List<DotNetProjectInfo>, string, string)

Declaration
public static bool IsMarkedForBuild(this List<DotNetProjectInfo> projects, string repositoryName, string csProjPath)
Parameters
Type Name Description
List<DotNetProjectInfo> projects
string repositoryName
string csProjPath
Returns
Type Description
bool

IsMarkedForBuild(List<DotNetProjectInfo>, DotNetProjectInfo)

Declaration
public static bool IsMarkedForBuild(this List<DotNetProjectInfo> projects, DotNetProjectInfo project)
Parameters
Type Name Description
List<DotNetProjectInfo> projects
DotNetProjectInfo project
Returns
Type Description
bool

MarkForBuild(List<DotNetProjectInfo>, string, string)

Declaration
public static void MarkForBuild(this List<DotNetProjectInfo> projects, string repositoryName, string csProjPath)
Parameters
Type Name Description
List<DotNetProjectInfo> projects
string repositoryName
string csProjPath

MarkForBuild(List<DotNetProjectInfo>, DotNetProjectInfo)

Declaration
public static void MarkForBuild(this List<DotNetProjectInfo> projects, DotNetProjectInfo project)
Parameters
Type Name Description
List<DotNetProjectInfo> projects
DotNetProjectInfo project
In this article
Back to top Powered by ABP.IO Platform