Method |
Description |
|
DisableButtons ( ) : void |
|
|
GitHubPaneViewModel ( ISimpleApiClientFactory apiFactory, ITeamExplorerServiceHolder holder, IConnectionManager cm, IRepositoryHosts hosts, INotificationDispatcher notifications ) : System |
|
|
GoBack ( ) : void |
|
|
GoForward ( ViewWithData data ) : void |
|
|
LoadView ( UIControllerFlow flow, IConnection connection = null, ViewWithData data = null, UIViewType type = UIViewType.None ) : void |
|
|
LoadView ( UIViewType type ) : void |
|
|
Reload ( [ data = null, bool navigating = false ) : Task |
This method is reentrant, so all await calls need to be done before any actions are performed on the data. More recent calls to this method will cause previous calls pending on await calls to exit early. |
|
StartFlow ( UIControllerFlow controllerFlow, [ conn, ViewWithData data = null ) : void |
|
|
Stop ( ) : void |
|
|
UpdateToolbar ( ) : void |
|
|