C# Класс NugetCracker.Components.Solution

Наследование: ISolution
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
_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