C# 클래스 PlaygroundKeeper.ViewModels.ProgressPage

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

공개 프로퍼티들

프로퍼티 타입 설명
Finnished System.Action

공개 메소드들

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

비공개 메소드들

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

메소드 상세

CreateHiveAndInstallSoftware() 공개 메소드

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

DeleteHive() 공개 메소드

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

Handle() 공개 메소드

Close page
public Handle ( Input action ) : void
action Input
리턴 void

Install() 공개 메소드

Install Software in a hive
public Install ( Playground hive ) : void
hive Playground
리턴 void

프로퍼티 상세

Finnished 공개적으로 프로퍼티

public Action,System Finnished
리턴 System.Action