C# Class ZeroInstall.Services.SelectionsManager

Provides methods for filtering Selections.
Inheritance: ISelectionsManager
Afficher le fichier Open project: 0install/0install-win

Méthodes publiques

Méthode Description
GetImplementations ( IEnumerable selections ) : IEnumerable
GetUncachedSelections ( Selections selections ) : IEnumerable
SelectionsManager ( [ feedManager, [ store, [ packageManager ) : System

Creates a new selections manager

Method Details

GetImplementations() public méthode

public GetImplementations ( IEnumerable selections ) : IEnumerable
selections IEnumerable
Résultat IEnumerable

GetUncachedSelections() public méthode

public GetUncachedSelections ( Selections selections ) : IEnumerable
selections Selections
Résultat IEnumerable

SelectionsManager() public méthode

Creates a new selections manager
public SelectionsManager ( [ feedManager, [ store, [ packageManager ) : System
feedManager [ Used to load s containing the original s.
store [ The locations to search for cached s.
packageManager [ An external package manager that can install s.
Résultat System