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

Inheritance: IRPackageViewModel
Afficher le fichier Open project: Microsoft/RTVS

Méthodes publiques

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

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

DesignTimeRPackageViewModel() public méthode

public DesignTimeRPackageViewModel ( ) : System
Résultat System

DesignTimeRPackageViewModel() public méthode

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
Résultat System

InstallAsync() public méthode

public InstallAsync ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task

UninstallAsync() public méthode

public UninstallAsync ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task

UpdateAsync() public méthode

public UpdateAsync ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task

UpdateAvailablePackageDetails() public méthode

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