C# 클래스 NugetCracker.Components.Solution

상속: ISolution
파일 보기 프로젝트 열기: monoman/NugetCracker 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
_solutionDir string

공개 메소드들

메소드 설명
Equals ( ISolution other ) : bool
InstallPackageDependencyFromSources ( ILogger logger, IReference dependency, string sourceDirectories = null, bool force = false ) : bool
MatchName ( string pattern ) : bool
ParseAvailableData ( string solutionText, string>.Action addProject ) : void
Solution ( string solutionFileFullPath ) : System
ToString ( ) : string

메소드 상세

Equals() 공개 메소드

public Equals ( ISolution other ) : bool
other ISolution
리턴 bool

InstallPackageDependencyFromSources() 공개 메소드

public InstallPackageDependencyFromSources ( ILogger logger, IReference dependency, string sourceDirectories = null, bool force = false ) : bool
logger ILogger
dependency IReference
sourceDirectories string
force bool
리턴 bool

MatchName() 공개 메소드

public MatchName ( string pattern ) : bool
pattern string
리턴 bool

ParseAvailableData() 공개 정적인 메소드

public static ParseAvailableData ( string solutionText, string>.Action addProject ) : void
solutionText string
addProject string>.Action
리턴 void

Solution() 공개 메소드

public Solution ( string solutionFileFullPath ) : System
solutionFileFullPath string
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

_solutionDir 보호되어 있는 프로퍼티

protected string _solutionDir
리턴 string