C# Class Orc.NuGetExplorer.PackageBatchService

Inheritance: IPackageBatchService
Show file Open project: WildGums/Orc.NuGetExplorer

Public Methods

Method Description
PackageBatchService ( IUIVisualizerService uiVisualizerService, IDispatcherService dispatcherService ) : System.Collections.Generic
ShowPackagesBatch ( IEnumerable packageDetails, PackageOperationType operationType ) : void

Method Details

PackageBatchService() public method

public PackageBatchService ( IUIVisualizerService uiVisualizerService, IDispatcherService dispatcherService ) : System.Collections.Generic
uiVisualizerService IUIVisualizerService
dispatcherService IDispatcherService
return System.Collections.Generic

ShowPackagesBatch() public method

public ShowPackagesBatch ( IEnumerable packageDetails, PackageOperationType operationType ) : void
packageDetails IEnumerable
operationType PackageOperationType
return void