C# 클래스 Microsoft.R.Components.PackageManager.Implementation.ViewModel.RPackageViewModel

상속: BindableBase, IRPackageViewModel
파일 보기 프로젝트 열기: Microsoft/RTVS 1 사용 예제들

공개 메소드들

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

메소드 상세

AddDetails() 공개 메소드

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

CreateAvailable() 공개 정적인 메소드

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

CreateInstalled() 공개 정적인 메소드

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

InstallAsync() 공개 메소드

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

RPackageViewModel() 공개 메소드

public RPackageViewModel ( string name, IRPackageManagerViewModel owner ) : System
name string
owner IRPackageManagerViewModel
리턴 System

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