====== ThinkGeo.MapSuite.GisEditor.InfrastructureManager ====== {{section>upgrade_map_suite_to_10.0}} Manager of all options in explorer, including options of plugins, infrastructures and shell. ===== Inheritance Hierarchy ===== *System.Object **[[ThinkGeo.MapSuite.GisEditor.Manager]] ***[[ThinkGeo.MapSuite.GisEditor.InfrastructureManager]] ===== Members Summary ===== ==== Public Constructors ==== ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | {{wiki:PublicMethod.gif|Public Method}}[[#InfrastructureManager()|InfrastructureManager]] | | | Initialize an instance of OptionManager. | ==== 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}}[[#ApplySettings(IStorableSettings)|ApplySettings]] | [[ThinkGeo.MapSuite.GisEditor.IStorableSettings|IStorableSettings]] | | Applies the settings. | | {{wiki:PublicMethod.gif|Public Method}}[[#ApplySettings(IEnumerable)|ApplySettings]] | IEnumerable<[[ThinkGeo.MapSuite.GisEditor.IStorableSettings|IStorableSettings]]> | | Applies the settings. | | {{wiki:PublicMethod.gif|Public Method}}[[#Equals(Object)|Equals]] | Object | Object | | | {{wiki:PublicMethod.gif|Public Method}}[[#GetHashCode()|GetHashCode]] | | Object | | | {{wiki:PublicMethod.gif|Public Method}}[[#GetManagers()|GetManagers]] | | | Gets the managers. | | {{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}}[[#GetType()|GetType]] | | Object | | | {{wiki:PublicMethod.gif|Public Method}}[[#SaveSettings(IEnumerable)|SaveSettings]] | IEnumerable<[[ThinkGeo.MapSuite.GisEditor.IStorableSettings|IStorableSettings]]> | | | | {{wiki:PublicMethod.gif|Public Method}}[[#SaveSettings(IStorableSettings)|SaveSettings]] | [[ThinkGeo.MapSuite.GisEditor.IStorableSettings|IStorableSettings]] | | | | {{wiki:PublicMethod.gif|Public Method}}[[#ToString()|ToString]] | | Object | | ==== 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}}[[#ApplySettingsCore(IEnumerable)|ApplySettingsCore]] | IEnumerable<[[ThinkGeo.MapSuite.GisEditor.IStorableSettings|IStorableSettings]]> | | Applies the settings core. | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#Finalize()|Finalize]] | | Object | | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#GetManagersCore()|GetManagersCore]] | | | Gets the managers core. | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#GetSettingsCore()|GetSettingsCore]] | | [[ThinkGeo.MapSuite.GisEditor.Manager|Manager]](overriden) | | | {{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}}[[#SaveSettingsCore(IEnumerable)|SaveSettingsCore]] | IEnumerable<[[ThinkGeo.MapSuite.GisEditor.IStorableSettings|IStorableSettings]]> | | | ==== Public Properties ==== ^ Name ^ Return ^ DeclaringType ^ Summary ^ | {{wiki:PublicProperty.gif|Public Property}}[[#EditionName|EditionName]] | String | | Gets or sets the name of the edition. | | {{wiki:PublicProperty.gif|Public Property}}[[#SettingsPath|SettingsPath]] | String | | Gets or sets the settings path. | | {{wiki:PublicProperty.gif|Public Property}}[[#TemporaryPath|TemporaryPath]] | String | | Gets or sets the temporary path. | ==== Protected Properties ==== ^ Name ^ Return ^ DeclaringType ^ Summary ^ ==== Public Events ==== ^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ ===== Public Constructors ===== ==== InfrastructureManager() ==== Initialize an instance of OptionManager. === 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]] ==== ApplySettings(IStorableSettings) ==== Applies the settings. === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ | settings | [[ThinkGeo.MapSuite.GisEditor.IStorableSettings|IStorableSettings]] | The settings. | [[#Public Methods|Go Back]] ==== ApplySettings(IEnumerable) ==== Applies the settings. === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ | settings | IEnumerable<[[ThinkGeo.MapSuite.GisEditor.IStorableSettings|IStorableSettings]]> | The settings. | [[#Public Methods|Go Back]] ==== Equals(Object) ==== === Return Value === ^ Return Type ^ Description ^ | Boolean | | === Parameters === ^ Name ^ Type ^ Description ^ | obj | Object | | [[#Public Methods|Go Back]] ==== GetHashCode() ==== === Return Value === ^ Return Type ^ Description ^ | Int32 | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Methods|Go Back]] ==== GetManagers() ==== Gets the managers. === Return Value === ^ Return Type ^ Description ^ | Collection<[[ThinkGeo.MapSuite.GisEditor.Manager|Manager]]> | | === 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]] ==== GetType() ==== === Return Value === ^ Return Type ^ Description ^ | Type | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Methods|Go Back]] ==== SaveSettings(IEnumerable) ==== === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ | storableSettings | IEnumerable<[[ThinkGeo.MapSuite.GisEditor.IStorableSettings|IStorableSettings]]> | | [[#Public Methods|Go Back]] ==== SaveSettings(IStorableSettings) ==== === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ | storableSettings | [[ThinkGeo.MapSuite.GisEditor.IStorableSettings|IStorableSettings]] | | [[#Public Methods|Go Back]] ==== ToString() ==== === Return Value === ^ Return Type ^ Description ^ | String | | === Parameters === ^ Name ^ Type ^ Description ^ [[#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]] ==== ApplySettingsCore(IEnumerable) ==== Applies the settings core. === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ | settings | IEnumerable<[[ThinkGeo.MapSuite.GisEditor.IStorableSettings|IStorableSettings]]> | The settings. | [[#Protected Methods|Go Back]] ==== Finalize() ==== === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Protected Methods|Go Back]] ==== GetManagersCore() ==== Gets the managers core. === Return Value === ^ Return Type ^ Description ^ | Collection<[[ThinkGeo.MapSuite.GisEditor.Manager|Manager]]> | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Protected Methods|Go Back]] ==== GetSettingsCore() ==== === Return Value === ^ Return Type ^ Description ^ | [[ThinkGeo.MapSuite.GisEditor.StorableSettings|StorableSettings]] | | === 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]] ==== SaveSettingsCore(IEnumerable) ==== === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ | storableSettings | IEnumerable<[[ThinkGeo.MapSuite.GisEditor.IStorableSettings|IStorableSettings]]> | | [[#Protected Methods|Go Back]] ===== Public Properties ===== ==== EditionName ==== Gets or sets the name of the edition. === Return Value === ^ Return Type ^ | String | [[#Public Properties|Go Back]] ==== SettingsPath ==== Gets or sets the settings path. === Return Value === ^ Return Type ^ | String | [[#Public Properties|Go Back]] ==== TemporaryPath ==== Gets or sets the temporary path. === Return Value === ^ Return Type ^ | String | [[#Public Properties|Go Back]] ===== Protected Properties ===== ===== Public Events ===== __NOTOC__ [[Category:GisEditorInfrastructure]] [[Category:ThinkGeo.MapSuite.GisEditor]] [[Category:UpdateDocumentation]]