Method | Description | |
---|---|---|
BindCommand ( ) : void |
SQM command for BindCommand.
|
|
BoundSolutionDetected ( ) : void |
SQM command for BoundSolutionDetected.
|
|
BrowseToProjectDashboardCommand ( ) : void |
SQM command for BrowseToProjectDashboardCommand.
|
|
BrowseToUrlCommand ( ) : void |
SQM command for BrowseToUrlCommand.
|
|
ConnectCommand ( ) : void |
SQM command for ConnectCommand.
|
|
DisconnectCommand ( ) : void |
SQM command for DisconnectCommand.
|
|
DontWarnAgainCommand ( ) : void |
SQM command for DontWarnAgainCommand.
|
|
ErrorListInfoBarShow ( ) : void |
SQM command for ErrorListInfoBarShow.
|
|
ErrorListInfoBarUpdateCommand ( ) : void |
SQM command for ErrorListInfoBarUpdateCommand.
|
|
FixConflictsCommand ( ) : void |
SQM command for FixConflictsCommand.
|
|
FixConflictsShow ( ) : void |
SQM command for FixConflictsShow.
|
|
Initialize ( IServiceProvider provider ) : void |
Initialize the SQM facade. This method can be called multiple times, but any calls after the first successful call will be no-ops. |
|
RefreshCommand ( ) : void |
SQM command for RefreshCommand.
|
|
ToggleShowAllProjectsCommand ( ) : void |
SQM command for ToggleShowAllProjectsCommand.
|
Method | Description | |
---|---|---|
DEBUG_CheckSqmInitialized ( ) : void | ||
DEBUG_LogSqmCommandsToOutputWindow ( string command ) : void | ||
DEBUG_Reset ( ) : void | ||
DEBUG_SetSqmInitialized ( ) : void | ||
LogSqmException ( |
Partial method called if an exception occurs when raising the SQM command. This is an extension point to the text template to allow customized error processing. |
|
Reset ( ) : void |
Internal method to reset the facade to its uninitialized state. This methods only exists for testing i.e. so unit tests can reset the facade to try out different test cases. |
|
RunCommand ( System.Guid commandGroup, int commandId ) : void |
public static BoundSolutionDetected ( ) : void | ||
return | void |
public static BrowseToProjectDashboardCommand ( ) : void | ||
return | void |
public static DontWarnAgainCommand ( ) : void | ||
return | void |
public static ErrorListInfoBarShow ( ) : void | ||
return | void |
public static ErrorListInfoBarUpdateCommand ( ) : void | ||
return | void |
public static Initialize ( IServiceProvider provider ) : void | ||
provider | IServiceProvider | |
return | void |
public static ToggleShowAllProjectsCommand ( ) : void | ||
return | void |