WorkspaceServiceHelper Class

Definition

IWorkspace service helpers Contains method to access IWorkspace based services

public ref class WorkspaceServiceHelper abstract sealed
public ref class WorkspaceServiceHelper abstract sealed
class WorkspaceServiceHelper abstract sealed
public static class WorkspaceServiceHelper
type WorkspaceServiceHelper = class
Public Module WorkspaceServiceHelper
Inheritance
WorkspaceServiceHelper

Methods

GetAssetsManager(IWorkspace)

Get the IAssetsAccessManager for a workspace.

GetAssetsManagerAsync(IWorkspace)

Get the IAssetsAccessManager for a workspace.

GetBuildMessageService(IWorkspace)

Get the IBuildMessageService for a workspace.

GetBuildMessageServiceAsync(IWorkspace)

Get the IBuildMessageService for a workspace.

GetBuildService(IWorkspace)

Get the IBuildService for a workspace.

GetBuildService2(IWorkspace)

Get the IBuildService2 for a workspace.

GetBuildService2Async(IWorkspace)

Get the IBuildService2 for a workspace.

GetBuildService3(IWorkspace)

Get the IBuildService3 for a workspace.

GetBuildService3Async(IWorkspace)

Get the IBuildService3 for a workspace.

GetBuildServiceAsync(IWorkspace)

Get the IBuildService for a workspace.

GetCustomContextService(IWorkspace)

Get the ICustomContextService for a workspace.

GetCustomContextServiceAsync(IWorkspace)

Get the ICustomContextService service for a workspace.

GetFileWatcherService(IWorkspace)

Get the IFileWatcherService for a workspace.

GetFileWatcherServiceAsync(IWorkspace)

Get the IFileWatcherService for a workspace.

GetFindFilesService(IWorkspace)

Get the IFindFilesService service for a workspace.

GetFindFilesServiceAsync(IWorkspace)

Get the IFindFilesService service for a workspace.

GetIndexWorkspaceDataService(IWorkspace)

Get the IIndexWorkspaceDataService for a workspace instance.

GetIndexWorkspaceDataServiceAsync(IWorkspace)

Get the IIndexWorkspaceDataService for a workspace instance.

GetIndexWorkspaceService(IWorkspace)

Get the IIndexWorkspaceService for a workspace instance.

GetIndexWorkspaceServiceAsync(IWorkspace)

Get the IIndexWorkspaceService for a workspace instance.

GetProjectConfigurationServiceAsync(IWorkspace)

Get the IProjectConfigurationManager for a workspace.

GetPropertyEvaluatorServiceAsync(IWorkspace)

Get the IPropertyEvaluatorService for a workspace.

GetService<T>(IWorkspace, Boolean)

Get a service type from a workspace

GetServiceAsync<T>(IWorkspace, Boolean)

Get a service type from a workspace using the async pattern

GetSettingsManager(IWorkspace)

Get the IWorkspaceSettingsManager service for a workspace.

GetSettingsManagerAsync(IWorkspace)

Get the IWorkspaceSettingsManager service for a workspace.

GetUINodeOperationEventServiceAsync(IWorkspace)

Get the IUINodeOperationEventService for a workspace.

Applies to