C# Class NugetCracker.Components.Solution

Inheritance: ISolution
Afficher le fichier Open project: monoman/NugetCracker Class Usage Examples

Protected Properties

Свойство Type Description
_solutionDir string

Méthodes publiques

Méthode Description
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

Method Details

Equals() public méthode

public Equals ( ISolution other ) : bool
other ISolution
Résultat bool

InstallPackageDependencyFromSources() public méthode

public InstallPackageDependencyFromSources ( ILogger logger, IReference dependency, string sourceDirectories = null, bool force = false ) : bool
logger ILogger
dependency IReference
sourceDirectories string
force bool
Résultat bool

MatchName() public méthode

public MatchName ( string pattern ) : bool
pattern string
Résultat bool

ParseAvailableData() public static méthode

public static ParseAvailableData ( string solutionText, string>.Action addProject ) : void
solutionText string
addProject string>.Action
Résultat void

Solution() public méthode

public Solution ( string solutionFileFullPath ) : System
solutionFileFullPath string
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

_solutionDir protected_oe property

protected string _solutionDir
Résultat string