User Tools

Site Tools


thinkgeo.mapsuite.giseditor.datarepositorypluginmanager

ThinkGeo.MapSuite.GisEditor.DataRepositoryPluginManager

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 –> This class represents a data repository manager.

Inheritance Hierarchy

Members Summary

Public Constructors

Name Parameters DeclaringType Summary
Public MethodDataRepositoryPluginManager

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 MethodGetActiveDataRepositoryPlugins
Public MethodGetActiveDataRepositoryPlugins
Public MethodGetDataRepositoryPlugins Gets the data repository plugins.
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 MethodGetType Object
Public MethodToString Object
Public MethodUnloadPlugins PluginManager

Protected Methods

Name Parameters DeclaringType Summary
Protected MethodApplySettingsCore StorableSettings Manager Applies the settings to this manager.
Protected MethodCollectPlugins PluginManager
Protected MethodFinalize Object
Protected MethodGetPluginsCore PluginManager(overriden) Gets the data repository plugins.
Protected MethodGetSettingsCore Manager Gets manager settings to save.
Protected MethodGetSettingsUICore Manager Gets an UI that configures settings.
Protected MethodMemberwiseClone Object
Protected MethodOnGettingPlugins GettingPluginsPluginManagerEventArgs PluginManager
Protected MethodOnGottenPlugins GottenPluginsPluginManagerEventArgs PluginManager
Protected MethodUnloadPluginsCore PluginManager

Public Properties

Name Return DeclaringType Summary
Public PropertyCurrentSelectedItem String
Public PropertyExpandFolders Collection<String>

Protected Properties

Name Return DeclaringType Summary

Public Events

Public Constructors

DataRepositoryPluginManager()

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

GetActiveDataRepositoryPlugins()

Return Value

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

Parameters

Name Type Description

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

GetActiveDataRepositoryPlugins()

Return Value

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

Parameters

Name Type Description

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

GetDataRepositoryPlugins()

Gets the data repository plugins.

Return Value

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

Parameters

Name Type Description

<!– ThinkGeo.MapSuite.GisEditor.DataRepositoryPluginManager –> 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

GetType()

Return Value

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

Parameters

Name Type Description

<!– System.Object –> Go Back

ToString()

Return Value

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

Parameters

Name Type Description

<!– System.Object –> Go Back

UnloadPlugins()

Return Value

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

Parameters

Name Type Description

<!– ThinkGeo.MapSuite.GisEditor.PluginManager –> 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

CollectPlugins()

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

Finalize()

Return Value

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

Parameters

Name Type Description

<!– System.Object –> Go Back

GetPluginsCore()

Gets the data repository plugins.

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

OnGettingPlugins(GettingPluginsPluginManagerEventArgs)

Return Value

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

Parameters

Name Type Description
e GettingPluginsPluginManagerEventArgs<!– ThinkGeo.MapSuite.GisEditor.GettingPluginsPluginManagerEventArgs –>

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

OnGottenPlugins(GottenPluginsPluginManagerEventArgs)

Return Value

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

Parameters

Name Type Description
e GottenPluginsPluginManagerEventArgs<!– ThinkGeo.MapSuite.GisEditor.GottenPluginsPluginManagerEventArgs –>

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

UnloadPluginsCore()

Return Value

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

Parameters

Name Type Description

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

Public Properties

CurrentSelectedItem

Return Value

Return Type
String<!– System.String –>

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

ExpandFolders

Return Value

Return Type
Collection<String><!– System.Collections.ObjectModel.Collection{System.String} –>

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

Protected Properties

Public Events

GettingPlugins

Event Arguments

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

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

GottenPlugins

Event Arguments

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

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

NOTOC GisEditorInfrastructure ThinkGeo.MapSuite.GisEditor UpdateDocumentation

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