C# 클래스 PlaygroundKeeper.ViewModels.ApplicationOperationsPage

상속: Partial
파일 보기 프로젝트 열기: Starcounter/PlaygroundKeeper 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AppId string
DepotKey string
SoftwareJson Warehouse.Api.REST.Software_v1

공개 메소드들

메소드 설명
Handle ( Input action ) : void

Install Software, Let use choose host and hive

Init ( ) : void

Initilize

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

On Error

비공개 메소드들

메소드 설명
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

메소드 상세

Handle() 공개 메소드

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

Init() 공개 메소드

Initilize
public Init ( ) : void
리턴 void

InstallClicked() 공개 메소드

public InstallClicked ( ) : void
리턴 void

OnError() 공개 메소드

On Error
public OnError ( ErrorResponse errorResponse ) : void
errorResponse ErrorResponse
리턴 void

프로퍼티 상세

AppId 공개적으로 프로퍼티

public string AppId
리턴 string

DepotKey 공개적으로 프로퍼티

public string DepotKey
리턴 string

SoftwareJson 공개적으로 프로퍼티

public Warehouse.Api.REST.Software_v1 SoftwareJson
리턴 Warehouse.Api.REST.Software_v1