C# Class Microsoft.R.Components.PackageManager.Implementation.ViewModel.RPackageViewModel

Inheritance: BindableBase, IRPackageViewModel
Mostra file Open project: Microsoft/RTVS Class Usage Examples

Public Methods

Method Description
AddDetails ( RPackage package, bool isInstalled ) : void
CreateAvailable ( RPackage package, IRPackageManagerViewModel owner ) : RPackageViewModel
CreateInstalled ( RPackage package, IRPackageManagerViewModel owner ) : RPackageViewModel
InstallAsync ( ) : System.Threading.Tasks.Task
RPackageViewModel ( string name, IRPackageManagerViewModel owner ) : System
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

CreateAvailable() public static method

public static CreateAvailable ( RPackage package, IRPackageManagerViewModel owner ) : RPackageViewModel
package Microsoft.R.Components.PackageManager.Model.RPackage
owner IRPackageManagerViewModel
return RPackageViewModel

CreateInstalled() public static method

public static CreateInstalled ( RPackage package, IRPackageManagerViewModel owner ) : RPackageViewModel
package Microsoft.R.Components.PackageManager.Model.RPackage
owner IRPackageManagerViewModel
return RPackageViewModel

InstallAsync() public method

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

RPackageViewModel() public method

public RPackageViewModel ( string name, IRPackageManagerViewModel owner ) : System
name string
owner IRPackageManagerViewModel
return System

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