User Tools

Site Tools


thinkgeo.mapsuite.giseditor.taskpluginmanager

ThinkGeo.MapSuite.GisEditor.TaskPluginManager

Note: The page was created before Map Suite 10. Map Suite 10.0 organized many classes into new namespaces and assemblies as well as had a few minor breaks in compatibility. The majority of previously built code should work without modification assuming the new namespaces are added. For guidance on upgrading your existing code, please check out MapSuite 10 Upgrade Guide.

<!– Class –>

Inheritance Hierarchy

Members Summary

Public Constructors

Name Parameters DeclaringType Summary
Public MethodTaskPluginManager Initializes a new instance of the class.

Protected Constructors

Name Parameters DeclaringType Summary

Public Methods

Name Parameters DeclaringType Summary
Public MethodApplySettings StorableSettings Manager Applies the settings to this manager.
Public MethodEquals Object Object
Public MethodGetActiveTaskPlugins
Public MethodGetActiveTaskPlugins
Public MethodGetHashCode Object
Public MethodGetPlugins PluginManager Gets the related plugins.
Public MethodGetSettings Manager Gets manager settings to save.
Public MethodGetSettingsUI Manager Gets an UI that configures settings.
Public MethodGetTaskPlugins
Public MethodGetType Object
Public MethodRunTask TaskPlugin Runs the task.
Public MethodToString Object
Public MethodUpdateTask String, TaskCommand Updates the task.

Protected Methods

Name Parameters DeclaringType Summary
Protected MethodApplySettingsCore StorableSettings Manager Applies the settings to this manager.
Protected MethodFinalize Object
Protected MethodGetPluginsCore PluginManager(overriden) Gets the plugins core.
Protected MethodGetSettingsCore Manager Gets manager settings to save.
Protected MethodGetSettingsUICore Manager Gets an UI that configures settings.
Protected MethodMemberwiseClone Object
Protected MethodOnUpdatingProgress UpdatingTaskProgressEventArgs Raises the event.
Protected MethodRunTaskCore TaskPlugin Runs the task core.
Protected MethodUpdateProgressCore UpdatingTaskProgressEventArgs Updates the progress core.
Protected MethodUpdateTaskCore String, TaskCommand Updates the task core.

Public Properties

Name Return DeclaringType Summary
Public PropertyRunProcessesLocally Boolean Gets or sets a value indicating whether processes locally.

Protected Properties

Name Return DeclaringType Summary

Public Events

Name Event Arguments DeclaringType Summary
Public EventUpdatingProgress UpdatingTaskProgressEventArgs Occurs when progress.

Public Constructors

TaskPluginManager()

Initializes a new instance of the class.

Parameters

Name Type Description

Go Back

Protected Constructors

Public Methods

ApplySettings(StorableSettings)

Applies the settings to this manager.

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
settings StorableSettings<!– ThinkGeo.MapSuite.GisEditor.StorableSettings –> The settings to be applied to this manager.

<!– ThinkGeo.MapSuite.GisEditor.Manager –> Go Back

Equals(Object)

Return Value

Return Type Description
Boolean<!– System.Boolean –>

Parameters

Name Type Description
obj Object<!– System.Object –>

<!– System.Object –> Go Back

GetActiveTaskPlugins()

Return Value

Return Type Description
Collection<T><!– Collection{T} –>

Parameters

Name Type Description

<!– ThinkGeo.MapSuite.GisEditor.TaskPluginManager –> Go Back

GetActiveTaskPlugins()

Return Value

Return Type Description
Collection<TaskPlugin><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.GisEditor.TaskPlugin} –>

Parameters

Name Type Description

<!– ThinkGeo.MapSuite.GisEditor.TaskPluginManager –> Go Back

GetHashCode()

Return Value

Return Type Description
Int32<!– System.Int32 –>

Parameters

Name Type Description

<!– System.Object –> Go Back

GetPlugins()

Gets the related plugins.

Return Value

Return Type Description
Collection<Plugin><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.GisEditor.Plugin} –>

Parameters

Name Type Description

<!– ThinkGeo.MapSuite.GisEditor.PluginManager –> Go Back

GetSettings()

Gets manager settings to save.

Return Value

Return Type Description
StorableSettings<!– ThinkGeo.MapSuite.GisEditor.StorableSettings –> Manager's settings to save

Parameters

Name Type Description

<!– ThinkGeo.MapSuite.GisEditor.Manager –> Go Back

GetSettingsUI()

Gets an UI that configures settings.

Return Value

Return Type Description
SettingUserControl<!– ThinkGeo.MapSuite.GisEditor.SettingUserControl –> A SettingUserControl that configures settings.

Parameters

Name Type Description

<!– ThinkGeo.MapSuite.GisEditor.Manager –> Go Back

GetTaskPlugins()

Return Value

Return Type Description
Collection<TaskPlugin><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.GisEditor.TaskPlugin} –>

Parameters

Name Type Description

<!– ThinkGeo.MapSuite.GisEditor.TaskPluginManager –> Go Back

GetType()

Return Value

Return Type Description
Type<!– System.Type –>

Parameters

Name Type Description

<!– System.Object –> Go Back

RunTask(TaskPlugin)

Runs the task.

Return Value

Return Type Description
String<!– System.String –>

Parameters

Name Type Description
taskPlugin TaskPlugin<!– ThinkGeo.MapSuite.GisEditor.TaskPlugin –> The task plugin.

<!– ThinkGeo.MapSuite.GisEditor.TaskPluginManager –> Go Back

ToString()

Return Value

Return Type Description
String<!– System.String –>

Parameters

Name Type Description

<!– System.Object –> Go Back

UpdateTask(String, TaskCommand)

Updates the task.

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
taskToken String<!– System.String –> The task token.
taskCommand TaskCommand<!– ThinkGeo.MapSuite.GisEditor.TaskCommand –> The task command.

<!– ThinkGeo.MapSuite.GisEditor.TaskPluginManager –> Go Back

Protected Methods

ApplySettingsCore(StorableSettings)

Applies the settings to this manager.

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
settings StorableSettings<!– ThinkGeo.MapSuite.GisEditor.StorableSettings –> The settings to be applied to this manager.

<!– ThinkGeo.MapSuite.GisEditor.Manager –> Go Back

Finalize()

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description

<!– System.Object –> Go Back

GetPluginsCore()

Gets the plugins core.

Return Value

Return Type Description
Collection<Plugin><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.GisEditor.Plugin} –>

Parameters

Name Type Description

<!– ThinkGeo.MapSuite.GisEditor.PluginManager(overriden) –> Go Back

GetSettingsCore()

Gets manager settings to save.

Return Value

Return Type Description
StorableSettings<!– ThinkGeo.MapSuite.GisEditor.StorableSettings –> Manager's settings to save

Parameters

Name Type Description

<!– ThinkGeo.MapSuite.GisEditor.Manager –> Go Back

GetSettingsUICore()

Gets an UI that configures settings.

Return Value

Return Type Description
SettingUserControl<!– ThinkGeo.MapSuite.GisEditor.SettingUserControl –> A SettingUserControl that configures settings.

Parameters

Name Type Description

<!– ThinkGeo.MapSuite.GisEditor.Manager –> Go Back

MemberwiseClone()

Return Value

Return Type Description
Object<!– System.Object –>

Parameters

Name Type Description

<!– System.Object –> Go Back

OnUpdatingProgress(UpdatingTaskProgressEventArgs)

Raises the event.

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
e UpdatingTaskProgressEventArgs<!– ThinkGeo.MapSuite.GisEditor.UpdatingTaskProgressEventArgs –> The instance containing the event data.

<!– ThinkGeo.MapSuite.GisEditor.TaskPluginManager –> Go Back

RunTaskCore(TaskPlugin)

Runs the task core.

Return Value

Return Type Description
String<!– System.String –>

Parameters

Name Type Description
taskPlugin TaskPlugin<!– ThinkGeo.MapSuite.GisEditor.TaskPlugin –> The task plugin.

<!– ThinkGeo.MapSuite.GisEditor.TaskPluginManager –> Go Back

UpdateProgressCore(UpdatingTaskProgressEventArgs)

Updates the progress core.

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
e UpdatingTaskProgressEventArgs<!– ThinkGeo.MapSuite.GisEditor.UpdatingTaskProgressEventArgs –> The instance containing the event data.

<!– ThinkGeo.MapSuite.GisEditor.TaskPluginManager –> Go Back

UpdateTaskCore(String, TaskCommand)

Updates the task core.

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
taskToken String<!– System.String –> The task token.
taskCommand TaskCommand<!– ThinkGeo.MapSuite.GisEditor.TaskCommand –> The task command.

<!– ThinkGeo.MapSuite.GisEditor.TaskPluginManager –> Go Back

Public Properties

RunProcessesLocally

Gets or sets a value indicating whether processes locally.

Return Value

Return Type
Boolean<!– System.Boolean –>

<!– ThinkGeo.MapSuite.GisEditor.TaskPluginManager –> Go Back

Protected Properties

Public Events

UpdatingProgress

Occurs when progress.

Event Arguments

Event Arguments
UpdatingTaskProgressEventArgs<!– ThinkGeo.MapSuite.GisEditor.UpdatingTaskProgressEventArgs –>

<!– ThinkGeo.MapSuite.GisEditor.TaskPluginManager –> Go Back

NOTOC GisEditorInfrastructure ThinkGeo.MapSuite.GisEditor UpdateDocumentation

thinkgeo.mapsuite.giseditor.taskpluginmanager.txt · Last modified: 2017/03/16 21:59 (external edit)