Method | Description | |
---|---|---|
AddDetails ( |
||
CreateAvailable ( |
||
CreateInstalled ( |
||
InstallAsync ( ) : System.Threading.Tasks.Task | ||
RPackageViewModel ( string name, IRPackageManagerViewModel owner ) : System | ||
UninstallAsync ( ) : System.Threading.Tasks.Task | ||
UpdateAsync ( ) : System.Threading.Tasks.Task | ||
UpdateAvailablePackageDetails ( |
public AddDetails ( |
||
package | ||
isInstalled | bool | |
return | void |
public static CreateAvailable ( |
||
package | ||
owner | IRPackageManagerViewModel | |
return |
public static CreateInstalled ( |
||
package | ||
owner | IRPackageManagerViewModel | |
return |
public InstallAsync ( ) : System.Threading.Tasks.Task | ||
return | System.Threading.Tasks.Task |
public RPackageViewModel ( string name, IRPackageManagerViewModel owner ) : System | ||
name | string | |
owner | IRPackageManagerViewModel | |
return | System |
public UninstallAsync ( ) : System.Threading.Tasks.Task | ||
return | System.Threading.Tasks.Task |
public UpdateAsync ( ) : System.Threading.Tasks.Task | ||
return | System.Threading.Tasks.Task |
public UpdateAvailablePackageDetails ( |
||
package | ||
return | void |