C# Class Orc.NuGetExplorer.PackageManagerWatcherBase

Afficher le fichier Open project: WildGums/Orc.NuGetExplorer

Méthodes publiques

Méthode Description
PackageManagerWatcherBase ( IPackageOperationNotificationService packageOperationNotificationService ) : Catel

Méthodes protégées

Méthode Description
OnOperationFinished ( object sender, PackageOperationEventArgs e ) : void
OnOperationStarting ( object sender, PackageOperationEventArgs e ) : void
OnOperationsBatchFinished ( object sender, PackageOperationBatchEventArgs e ) : void
OnOperationsBatchStarting ( object sender, PackageOperationBatchEventArgs e ) : void

Method Details

OnOperationFinished() protected méthode

protected OnOperationFinished ( object sender, PackageOperationEventArgs e ) : void
sender object
e PackageOperationEventArgs
Résultat void

OnOperationStarting() protected méthode

protected OnOperationStarting ( object sender, PackageOperationEventArgs e ) : void
sender object
e PackageOperationEventArgs
Résultat void

OnOperationsBatchFinished() protected méthode

protected OnOperationsBatchFinished ( object sender, PackageOperationBatchEventArgs e ) : void
sender object
e PackageOperationBatchEventArgs
Résultat void

OnOperationsBatchStarting() protected méthode

protected OnOperationsBatchStarting ( object sender, PackageOperationBatchEventArgs e ) : void
sender object
e PackageOperationBatchEventArgs
Résultat void

PackageManagerWatcherBase() public méthode

public PackageManagerWatcherBase ( IPackageOperationNotificationService packageOperationNotificationService ) : Catel
packageOperationNotificationService IPackageOperationNotificationService
Résultat Catel