C# Class PlaygroundKeeper.ViewModels.ApplicationOperationsPage

Inheritance: Partial
Afficher le fichier Open project: Starcounter/PlaygroundKeeper Class Usage Examples

Méthodes publiques

Свойство Type Description
AppId string
DepotKey string
SoftwareJson Warehouse.Api.REST.Software_v1

Méthodes publiques

Méthode 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

Méthode 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 méthode

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

Init() public méthode

Initilize
public Init ( ) : void
Résultat void

InstallClicked() public méthode

public InstallClicked ( ) : void
Résultat void

OnError() public méthode

On Error
public OnError ( ErrorResponse errorResponse ) : void
errorResponse ErrorResponse
Résultat void

Property Details

AppId public_oe property

public string AppId
Résultat string

DepotKey public_oe property

public string DepotKey
Résultat string

SoftwareJson public_oe property

public Warehouse.Api.REST.Software_v1 SoftwareJson
Résultat Warehouse.Api.REST.Software_v1