C# 클래스 Microsoft.R.Components.PackageManager.Implementation.View.DesignTime.DesignTimeRPackageViewModel

상속: IRPackageViewModel
파일 보기 프로젝트 열기: Microsoft/RTVS

공개 메소드들

메소드 설명
AddDetails ( RPackage package, bool isInstalled ) : void
DesignTimeRPackageViewModel ( ) : System
DesignTimeRPackageViewModel ( string name, string latestVersion = null, string installedVersion = null, string depends = null, string license = null, bool isInstalled = false, bool isUpdateAvailable = false, bool isChecked = false ) : System
InstallAsync ( ) : System.Threading.Tasks.Task
UninstallAsync ( ) : System.Threading.Tasks.Task
UpdateAsync ( ) : System.Threading.Tasks.Task
UpdateAvailablePackageDetails ( RPackage package ) : void

메소드 상세

AddDetails() 공개 메소드

public AddDetails ( RPackage package, bool isInstalled ) : void
package Microsoft.R.Components.PackageManager.Model.RPackage
isInstalled bool
리턴 void

DesignTimeRPackageViewModel() 공개 메소드

public DesignTimeRPackageViewModel ( ) : System
리턴 System

DesignTimeRPackageViewModel() 공개 메소드

public DesignTimeRPackageViewModel ( string name, string latestVersion = null, string installedVersion = null, string depends = null, string license = null, bool isInstalled = false, bool isUpdateAvailable = false, bool isChecked = false ) : System
name string
latestVersion string
installedVersion string
depends string
license string
isInstalled bool
isUpdateAvailable bool
isChecked bool
리턴 System

InstallAsync() 공개 메소드

public InstallAsync ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task

UninstallAsync() 공개 메소드

public UninstallAsync ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task

UpdateAsync() 공개 메소드

public UpdateAsync ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task

UpdateAvailablePackageDetails() 공개 메소드

public UpdateAvailablePackageDetails ( RPackage package ) : void
package Microsoft.R.Components.PackageManager.Model.RPackage
리턴 void