C# Class Microsoft.R.Components.PackageManager.Implementation.View.DesignTime.DesignTimeRPackageViewModel

Inheritance: IRPackageViewModel
Exibir arquivo Open project: Microsoft/RTVS

Public Methods

Method Description
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

Method Details

AddDetails() public method

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

DesignTimeRPackageViewModel() public method

public DesignTimeRPackageViewModel ( ) : System
return System

DesignTimeRPackageViewModel() public method

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
return System

InstallAsync() public method

public InstallAsync ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

UninstallAsync() public method

public UninstallAsync ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

UpdateAsync() public method

public UpdateAsync ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

UpdateAvailablePackageDetails() public method

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