C# Класс ZeroInstall.Services.SelectionsManager

Provides methods for filtering Selections.
Наследование: ISelectionsManager
Показать файл Открыть проект

Открытые методы

Метод Описание
GetImplementations ( IEnumerable selections ) : IEnumerable
GetUncachedSelections ( Selections selections ) : IEnumerable
SelectionsManager ( [ feedManager, [ store, [ packageManager ) : System

Creates a new selections manager

Описание методов

GetImplementations() публичный Метод

public GetImplementations ( IEnumerable selections ) : IEnumerable
selections IEnumerable
Результат IEnumerable

GetUncachedSelections() публичный Метод

public GetUncachedSelections ( Selections selections ) : IEnumerable
selections Selections
Результат IEnumerable

SelectionsManager() публичный Метод

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.
Результат System