C# Class PlaygroundKeeper.ViewModels.ProgressPage

Progress Page
Inheritance: Json
显示文件 Open project: Starcounter/PlaygroundKeeper Class Usage Examples

Public Properties

Property Type Description
Finnished System.Action

Public Methods

Method 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

Method 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 method

Install Software in a hive
public CreateHiveAndInstallSoftware ( PlaygroundHost host ) : void
host PlaygroundHost
return void

DeleteHive() public method

Install Software in a hive
public DeleteHive ( Playground hive ) : void
hive Playground
return void

Handle() public method

Close page
public Handle ( Input action ) : void
action Input
return void

Install() public method

Install Software in a hive
public Install ( Playground hive ) : void
hive Playground
return void

Property Details

Finnished public_oe property

public Action,System Finnished
return System.Action