C# Class PlaygroundKeeper.ViewModels.ApplicationOperationsPage

Inheritance: Partial
显示文件 Open project: Starcounter/PlaygroundKeeper Class Usage Examples

Public Properties

Property Type Description
AppId string
DepotKey string
SoftwareJson Warehouse.Api.REST.Software_v1

Public Methods

Method Description
Handle ( Input action ) : void

Install Software, Let use choose host and hive

Init ( ) : void

Initilize

InstallClicked ( ) : void
OnError ( ErrorResponse errorResponse ) : void

On Error

Private Methods

Method Description
CreateHiveAndInstallSoftware ( PlaygroundHost host ) : void

Create Hive and install software in host

InstallSoftware ( Playground hive ) : void

Install software in hive

SetInstalledStatus ( ) : void

SetSoftware ( System.Action completionCallback = null ) : void

Method Details

Handle() public method

Install Software, Let use choose host and hive
public Handle ( Input action ) : void
action Input
return void

Init() public method

Initilize
public Init ( ) : void
return void

InstallClicked() public method

public InstallClicked ( ) : void
return void

OnError() public method

On Error
public OnError ( ErrorResponse errorResponse ) : void
errorResponse ErrorResponse
return void

Property Details

AppId public_oe property

public string AppId
return string

DepotKey public_oe property

public string DepotKey
return string

SoftwareJson public_oe property

public Warehouse.Api.REST.Software_v1 SoftwareJson
return Warehouse.Api.REST.Software_v1