Property | Type | Description | |
---|---|---|---|
DynamoViewModel | DynamoViewModel |
Property | Type | Description | |
---|---|---|---|
CanToggleLoginState | bool | ||
DownloadAndInstall | void | ||
PackageManagerClientViewModel | System | ||
ShowNodePublishInfo | void | ||
ShowNodePublishInfo | void | ||
ToggleLoginState | void |
Method | Description | |
---|---|---|
CanPublishCurrentWorkspace ( object m ) : bool | ||
CanPublishCustomNode ( Function m ) : bool | ||
CanPublishNewPackage ( object m ) : bool | ||
CanPublishSelectedNodes ( object m ) : bool | ||
ClearCompletedDownloads ( ) : void | ||
GoToWebsite ( ) : void | ||
ListAll ( ) : List |
||
PublishCurrentWorkspace ( object m ) : void | ||
PublishCustomNode ( Function m ) : void | ||
PublishNewPackage ( object m ) : void | ||
PublishSelectedNodes ( object m ) : void |
Method | Description | |
---|---|---|
CanToggleLoginState ( ) : bool | ||
DownloadAndInstall ( PackageDownloadHandle packageDownloadHandle, string downloadPath ) : void |
This method downloads the package represented by the PackageDownloadHandle, uninstalls its current installation if necessary, and installs the package. Note that, if the package is already installed, it must be uninstallable
|
|
PackageManagerClientViewModel ( DynamoViewModel dynamoViewModel, PackageManagerClient model ) : System | ||
ShowNodePublishInfo ( ) : void | ||
ShowNodePublishInfo ( CustomNodeDefinition>.ICollection |
||
ToggleLoginState ( ) : void |
public CanPublishCurrentWorkspace ( object m ) : bool | ||
m | object | |
return | bool |
public CanPublishCustomNode ( Function m ) : bool | ||
m | Function | |
return | bool |
public CanPublishNewPackage ( object m ) : bool | ||
m | object | |
return | bool |
public CanPublishSelectedNodes ( object m ) : bool | ||
m | object | |
return | bool |
public PublishCurrentWorkspace ( object m ) : void | ||
m | object | |
return | void |
public PublishCustomNode ( Function m ) : void | ||
m | Function | |
return | void |
public PublishSelectedNodes ( object m ) : void | ||
m | object | |
return | void |