User Tools

Site Tools


thinkgeo.mapsuite.giseditor.updatemanager

ThinkGeo.MapSuite.GisEditor.UpdateManager

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 MethodUpdateManager 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 MethodGetHashCode Object
Public MethodGetSettings Manager Gets manager settings to save.
Public MethodGetSettingsUI Manager Gets an UI that configures settings.
Public MethodGetType Object
Public MethodToString Object
Public MethodUpdate Update based on the options.
Public MethodUpdate UpdateMode Update based on the specified parameter.

Protected Methods

Name Parameters DeclaringType Summary
Protected MethodApplySettingsCore StorableSettings Manager(overriden) Applies the settings core.
Protected MethodFinalize Object
Protected MethodGetSettingsCore Manager(overriden) Gets the settings core.
Protected MethodGetSettingsUICore Manager(overriden) Gets the settings UI core.
Protected MethodMemberwiseClone Object
Protected MethodUpdateCore UpdateMode Updates the core.

Public Properties

Name Return DeclaringType Summary
Public PropertyTargetUpdateChannel UpdateChannel Gets or sets the target update channel.
Public PropertyUpdateChannels Collection<UpdateChannel> Gets the update channels.
Public PropertyUpdateMode UpdateMode Gets or sets the update mode.

Protected Properties

Name Return DeclaringType Summary

Public Events

Name Event Arguments DeclaringType Summary

Public Constructors

UpdateManager()

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

GetHashCode()

Return Value

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

Parameters

Name Type Description

<!– System.Object –> 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

Update()

Update based on the options.

Return Value

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

Parameters

Name Type Description

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

Update(UpdateMode)

Update based on the specified parameter.

Return Value

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

Parameters

Name Type Description
mode UpdateMode<!– ThinkGeo.MapSuite.GisEditor.UpdateMode –>

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

Protected Methods

ApplySettingsCore(StorableSettings)

Applies the settings core.

Return Value

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

Parameters

Name Type Description
settings StorableSettings<!– ThinkGeo.MapSuite.GisEditor.StorableSettings –> The settings.

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

Finalize()

Return Value

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

Parameters

Name Type Description

<!– System.Object –> Go Back

GetSettingsCore()

Gets the settings core.

Return Value

Return Type Description
StorableSettings<!– ThinkGeo.MapSuite.GisEditor.StorableSettings –>

Parameters

Name Type Description

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

GetSettingsUICore()

Gets the settings UI core.

Return Value

Return Type Description
SettingUserControl<!– ThinkGeo.MapSuite.GisEditor.SettingUserControl –>

Parameters

Name Type Description

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

MemberwiseClone()

Return Value

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

Parameters

Name Type Description

<!– System.Object –> Go Back

UpdateCore(UpdateMode)

Updates the core.

Return Value

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

Parameters

Name Type Description
mode UpdateMode<!– ThinkGeo.MapSuite.GisEditor.UpdateMode –> The mode.

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

Public Properties

TargetUpdateChannel

Gets or sets the target update channel.

Return Value

Return Type
UpdateChannel<!– ThinkGeo.MapSuite.GisEditor.UpdateChannel –>

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

UpdateChannels

Gets the update channels.

Return Value

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

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

UpdateMode

Gets or sets the update mode.

Return Value

Return Type
UpdateMode<!– ThinkGeo.MapSuite.GisEditor.UpdateMode –>

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

Protected Properties

Public Events

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