C# Class PlaygroundKeeper.ViewModels.ProgressPage

Progress Page
Inheritance: Json
Afficher le fichier Open project: Starcounter/PlaygroundKeeper Class Usage Examples

Méthodes publiques

Свойство Type Description
Finnished System.Action

Méthodes publiques

Méthode Description
CreateHiveAndInstallSoftware ( PlaygroundHost host ) : void

Install Software in a hive

DeleteHive ( Playground hive ) : void

Install Software in a hive

Handle ( Input action ) : void

Close page

Install ( Playground hive ) : void

Install Software in a hive

Private Methods

Méthode Description
GetEndPointUrl ( Playground hive, string softwareEntryPoint ) : string

Get Entrypoint url to the hive

OnSoftwareInstalled ( Playground hive ) : void

Callback when a software has been installed/assured installation

SetProgress ( string text, double value ) : void

Set progress information

Method Details

CreateHiveAndInstallSoftware() public méthode

Install Software in a hive
public CreateHiveAndInstallSoftware ( PlaygroundHost host ) : void
host PlaygroundHost
Résultat void

DeleteHive() public méthode

Install Software in a hive
public DeleteHive ( Playground hive ) : void
hive Playground
Résultat void

Handle() public méthode

Close page
public Handle ( Input action ) : void
action Input
Résultat void

Install() public méthode

Install Software in a hive
public Install ( Playground hive ) : void
hive Playground
Résultat void

Property Details

Finnished public_oe property

public Action,System Finnished
Résultat System.Action