====== ThinkGeo.MapSuite.GisEditor.TaskPluginManager ====== {{section>upgrade_map_suite_to_10.0}} ===== Inheritance Hierarchy ===== *System.Object **[[ThinkGeo.MapSuite.GisEditor.Manager]] ***[[ThinkGeo.MapSuite.GisEditor.PluginManager]] ****[[ThinkGeo.MapSuite.GisEditor.TaskPluginManager]] ===== Members Summary ===== ==== Public Constructors ==== ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | {{wiki:PublicMethod.gif|Public Method}}[[#TaskPluginManager()|TaskPluginManager]] | | | Initializes a new instance of the class. | ==== Protected Constructors ==== ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ ==== Public Methods ==== ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | {{wiki:PublicMethod.gif|Public Method}}[[#ApplySettings(StorableSettings)|ApplySettings]] | [[ThinkGeo.MapSuite.GisEditor.StorableSettings|StorableSettings]] | [[ThinkGeo.MapSuite.GisEditor.Manager|Manager]] | Applies the settings to this manager. | | {{wiki:PublicMethod.gif|Public Method}}[[#Equals(Object)|Equals]] | Object | Object | | | {{wiki:PublicMethod.gif|Public Method}}[[#GetActiveTaskPlugins()|GetActiveTaskPlugins]] | | | | | {{wiki:PublicMethod.gif|Public Method}}[[#GetActiveTaskPlugins()|GetActiveTaskPlugins]] | | | | | {{wiki:PublicMethod.gif|Public Method}}[[#GetHashCode()|GetHashCode]] | | Object | | | {{wiki:PublicMethod.gif|Public Method}}[[#GetPlugins()|GetPlugins]] | | [[ThinkGeo.MapSuite.GisEditor.PluginManager|PluginManager]] | Gets the related plugins. | | {{wiki:PublicMethod.gif|Public Method}}[[#GetSettings()|GetSettings]] | | [[ThinkGeo.MapSuite.GisEditor.Manager|Manager]] | Gets manager settings to save. | | {{wiki:PublicMethod.gif|Public Method}}[[#GetSettingsUI()|GetSettingsUI]] | | [[ThinkGeo.MapSuite.GisEditor.Manager|Manager]] | Gets an UI that configures settings. | | {{wiki:PublicMethod.gif|Public Method}}[[#GetTaskPlugins()|GetTaskPlugins]] | | | | | {{wiki:PublicMethod.gif|Public Method}}[[#GetType()|GetType]] | | Object | | | {{wiki:PublicMethod.gif|Public Method}}[[#RunTask(TaskPlugin)|RunTask]] | [[ThinkGeo.MapSuite.GisEditor.TaskPlugin|TaskPlugin]] | | Runs the task. | | {{wiki:PublicMethod.gif|Public Method}}[[#ToString()|ToString]] | | Object | | | {{wiki:PublicMethod.gif|Public Method}}[[#UpdateTask(String, TaskCommand)|UpdateTask]] | String, [[ThinkGeo.MapSuite.GisEditor.TaskCommand|TaskCommand]] | | Updates the task. | ==== Protected Methods ==== ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | {{wiki:ProtectedMethod.gif|Protected Method}}[[#ApplySettingsCore(StorableSettings)|ApplySettingsCore]] | [[ThinkGeo.MapSuite.GisEditor.StorableSettings|StorableSettings]] | [[ThinkGeo.MapSuite.GisEditor.Manager|Manager]] | Applies the settings to this manager. | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#Finalize()|Finalize]] | | Object | | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#GetPluginsCore()|GetPluginsCore]] | | [[ThinkGeo.MapSuite.GisEditor.PluginManager|PluginManager]](overriden) | Gets the plugins core. | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#GetSettingsCore()|GetSettingsCore]] | | [[ThinkGeo.MapSuite.GisEditor.Manager|Manager]] | Gets manager settings to save. | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#GetSettingsUICore()|GetSettingsUICore]] | | [[ThinkGeo.MapSuite.GisEditor.Manager|Manager]] | Gets an UI that configures settings. | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#MemberwiseClone()|MemberwiseClone]] | | Object | | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnUpdatingProgress(UpdatingTaskProgressEventArgs)|OnUpdatingProgress]] | [[ThinkGeo.MapSuite.GisEditor.UpdatingTaskProgressEventArgs|UpdatingTaskProgressEventArgs]] | | Raises the event. | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#RunTaskCore(TaskPlugin)|RunTaskCore]] | [[ThinkGeo.MapSuite.GisEditor.TaskPlugin|TaskPlugin]] | | Runs the task core. | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#UpdateProgressCore(UpdatingTaskProgressEventArgs)|UpdateProgressCore]] | [[ThinkGeo.MapSuite.GisEditor.UpdatingTaskProgressEventArgs|UpdatingTaskProgressEventArgs]] | | Updates the progress core. | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#UpdateTaskCore(String, TaskCommand)|UpdateTaskCore]] | String, [[ThinkGeo.MapSuite.GisEditor.TaskCommand|TaskCommand]] | | Updates the task core. | ==== Public Properties ==== ^ Name ^ Return ^ DeclaringType ^ Summary ^ | {{wiki:PublicProperty.gif|Public Property}}[[#RunProcessesLocally|RunProcessesLocally]] | Boolean | | Gets or sets a value indicating whether [[run|processes locally]]. | ==== Protected Properties ==== ^ Name ^ Return ^ DeclaringType ^ Summary ^ ==== Public Events ==== ^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ | {{wiki:PublicEvent.gif|Public Event}}[[#UpdatingProgress|UpdatingProgress]] | [[ThinkGeo.MapSuite.GisEditor.UpdatingTaskProgressEventArgs|UpdatingTaskProgressEventArgs]] | | Occurs when [[updating|progress]]. | ===== Public Constructors ===== ==== TaskPluginManager() ==== Initializes a new instance of the class. === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Constructors|Go Back]] ===== Protected Constructors ===== ===== Public Methods ===== ==== ApplySettings(StorableSettings) ==== Applies the settings to this manager. === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ | settings | [[ThinkGeo.MapSuite.GisEditor.StorableSettings|StorableSettings]] | The settings to be applied to this manager. | [[#Public Methods|Go Back]] ==== Equals(Object) ==== === Return Value === ^ Return Type ^ Description ^ | Boolean | | === Parameters === ^ Name ^ Type ^ Description ^ | obj | Object | | [[#Public Methods|Go Back]] ==== GetActiveTaskPlugins() ==== === Return Value === ^ Return Type ^ Description ^ | Collection | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Methods|Go Back]] ==== GetActiveTaskPlugins() ==== === Return Value === ^ Return Type ^ Description ^ | Collection<[[ThinkGeo.MapSuite.GisEditor.TaskPlugin|TaskPlugin]]> | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Methods|Go Back]] ==== GetHashCode() ==== === Return Value === ^ Return Type ^ Description ^ | Int32 | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Methods|Go Back]] ==== GetPlugins() ==== Gets the related plugins. === Return Value === ^ Return Type ^ Description ^ | Collection<[[ThinkGeo.MapSuite.GisEditor.Plugin|Plugin]]> | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Methods|Go Back]] ==== GetSettings() ==== Gets manager settings to save. === Return Value === ^ Return Type ^ Description ^ | [[ThinkGeo.MapSuite.GisEditor.StorableSettings|StorableSettings]] | Manager's settings to save | === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Methods|Go Back]] ==== GetSettingsUI() ==== Gets an UI that configures settings. === Return Value === ^ Return Type ^ Description ^ | [[ThinkGeo.MapSuite.GisEditor.SettingUserControl|SettingUserControl]] | A SettingUserControl that configures settings. | === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Methods|Go Back]] ==== GetTaskPlugins() ==== === Return Value === ^ Return Type ^ Description ^ | Collection<[[ThinkGeo.MapSuite.GisEditor.TaskPlugin|TaskPlugin]]> | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Methods|Go Back]] ==== GetType() ==== === Return Value === ^ Return Type ^ Description ^ | Type | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Methods|Go Back]] ==== RunTask(TaskPlugin) ==== Runs the task. === Return Value === ^ Return Type ^ Description ^ | String | | === Parameters === ^ Name ^ Type ^ Description ^ | taskPlugin | [[ThinkGeo.MapSuite.GisEditor.TaskPlugin|TaskPlugin]] | The task plugin. | [[#Public Methods|Go Back]] ==== ToString() ==== === Return Value === ^ Return Type ^ Description ^ | String | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Methods|Go Back]] ==== UpdateTask(String, TaskCommand) ==== Updates the task. === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ | taskToken | String | The task token. | | taskCommand | [[ThinkGeo.MapSuite.GisEditor.TaskCommand|TaskCommand]] | The task command. | [[#Public Methods|Go Back]] ===== Protected Methods ===== ==== ApplySettingsCore(StorableSettings) ==== Applies the settings to this manager. === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ | settings | [[ThinkGeo.MapSuite.GisEditor.StorableSettings|StorableSettings]] | The settings to be applied to this manager. | [[#Protected Methods|Go Back]] ==== Finalize() ==== === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Protected Methods|Go Back]] ==== GetPluginsCore() ==== Gets the plugins core. === Return Value === ^ Return Type ^ Description ^ | Collection<[[ThinkGeo.MapSuite.GisEditor.Plugin|Plugin]]> | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Protected Methods|Go Back]] ==== GetSettingsCore() ==== Gets manager settings to save. === Return Value === ^ Return Type ^ Description ^ | [[ThinkGeo.MapSuite.GisEditor.StorableSettings|StorableSettings]] | Manager's settings to save | === Parameters === ^ Name ^ Type ^ Description ^ [[#Protected Methods|Go Back]] ==== GetSettingsUICore() ==== Gets an UI that configures settings. === Return Value === ^ Return Type ^ Description ^ | [[ThinkGeo.MapSuite.GisEditor.SettingUserControl|SettingUserControl]] | A SettingUserControl that configures settings. | === Parameters === ^ Name ^ Type ^ Description ^ [[#Protected Methods|Go Back]] ==== MemberwiseClone() ==== === Return Value === ^ Return Type ^ Description ^ | Object | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Protected Methods|Go Back]] ==== OnUpdatingProgress(UpdatingTaskProgressEventArgs) ==== Raises the event. === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ | e | [[ThinkGeo.MapSuite.GisEditor.UpdatingTaskProgressEventArgs|UpdatingTaskProgressEventArgs]] | The instance containing the event data. | [[#Protected Methods|Go Back]] ==== RunTaskCore(TaskPlugin) ==== Runs the task core. === Return Value === ^ Return Type ^ Description ^ | String | | === Parameters === ^ Name ^ Type ^ Description ^ | taskPlugin | [[ThinkGeo.MapSuite.GisEditor.TaskPlugin|TaskPlugin]] | The task plugin. | [[#Protected Methods|Go Back]] ==== UpdateProgressCore(UpdatingTaskProgressEventArgs) ==== Updates the progress core. === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ | e | [[ThinkGeo.MapSuite.GisEditor.UpdatingTaskProgressEventArgs|UpdatingTaskProgressEventArgs]] | The instance containing the event data. | [[#Protected Methods|Go Back]] ==== UpdateTaskCore(String, TaskCommand) ==== Updates the task core. === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ | taskToken | String | The task token. | | taskCommand | [[ThinkGeo.MapSuite.GisEditor.TaskCommand|TaskCommand]] | The task command. | [[#Protected Methods|Go Back]] ===== Public Properties ===== ==== RunProcessesLocally ==== Gets or sets a value indicating whether [[run|processes locally]]. === Return Value === ^ Return Type ^ | Boolean | [[#Public Properties|Go Back]] ===== Protected Properties ===== ===== Public Events ===== ==== UpdatingProgress ==== Occurs when [[updating|progress]]. === Event Arguments === ^ Event Arguments ^ | [[ThinkGeo.MapSuite.GisEditor.UpdatingTaskProgressEventArgs|UpdatingTaskProgressEventArgs]] | [[#Public Events|Go Back]] __NOTOC__ [[Category:GisEditorInfrastructure]] [[Category:ThinkGeo.MapSuite.GisEditor]] [[Category:UpdateDocumentation]]