====== ThinkGeo.MapSuite.GisEditor.LayerListManager ====== {{section>upgrade_map_suite_to_10.0}} ===== Inheritance Hierarchy ===== *System.Object **[[ThinkGeo.MapSuite.GisEditor.Manager]] ***[[ThinkGeo.MapSuite.GisEditor.LayerListManager]] ===== Members Summary ===== ==== Public Constructors ==== ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | {{wiki:PublicMethod.gif|Public Method}}[[#LayerListManager()|LayerListManager]] | | | 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}}[[#GetHashCode()|GetHashCode]] | | Object | | | {{wiki:PublicMethod.gif|Public Method}}[[#GetLayerListContextMenuItems(LayerListItem)|GetLayerListContextMenuItems]] | [[ThinkGeo.MapSuite.GisEditor.LayerListItem|LayerListItem]] | | | | {{wiki:PublicMethod.gif|Public Method}}[[#GetRootLayerListItem(GisEditorWpfMap)|GetRootLayerListItem]] | [[ThinkGeo.MapSuite.WpfDesktopEdition.Extension.GisEditorWpfMap|GisEditorWpfMap]] | | Gets the root layer list item. | | {{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}}[[#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]](overriden) | Applies the settings core. | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#Finalize()|Finalize]] | | Object | | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#GetLayerListContextMenuItemsCore(LayerListItem)|GetLayerListContextMenuItemsCore]] | [[ThinkGeo.MapSuite.GisEditor.LayerListItem|LayerListItem]] | | | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#GetRootLayerListItemCore(GisEditorWpfMap)|GetRootLayerListItemCore]] | [[ThinkGeo.MapSuite.WpfDesktopEdition.Extension.GisEditorWpfMap|GisEditorWpfMap]] | | Gets the root layer list item core. | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#GetSettingsCore()|GetSettingsCore]] | | [[ThinkGeo.MapSuite.GisEditor.Manager|Manager]](overriden) | Gets the settings core. | | {{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}}[[#OnGettingLayerListItemContextMenuItems(GettingLayerListItemContextMenuItemsEventArgs)|OnGettingLayerListItemContextMenuItems]] | [[ThinkGeo.MapSuite.GisEditor.GettingLayerListItemContextMenuItemsEventArgs|GettingLayerListItemContextMenuItemsEventArgs]] | | | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnGottenLayerListItemContextMenuItems(GottenLayerListItemContextMenuItemsEventArgs)|OnGottenLayerListItemContextMenuItems]] | [[ThinkGeo.MapSuite.GisEditor.GottenLayerListItemContextMenuItemsEventArgs|GottenLayerListItemContextMenuItemsEventArgs]] | | | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnSelectedLayerListItemChanged(SelectedLayerListItemChangedLayerListManagerEventArgs)|OnSelectedLayerListItemChanged]] | [[ThinkGeo.MapSuite.GisEditor.SelectedLayerListItemChangedLayerListManagerEventArgs|SelectedLayerListItemChangedLayerListManagerEventArgs]] | | | ==== Public Properties ==== ^ Name ^ Return ^ DeclaringType ^ Summary ^ | {{wiki:PublicProperty.gif|Public Property}}[[#SelectedLayerListItem|SelectedLayerListItem]] | [[ThinkGeo.MapSuite.GisEditor.LayerListItem|LayerListItem]] | | Gets or sets the selected layer list item. | | {{wiki:PublicProperty.gif|Public Property}}[[#SelectedLayerListItems|SelectedLayerListItems]] | Collection<[[ThinkGeo.MapSuite.GisEditor.LayerListItem|LayerListItem]]> | | Gets the selected layer list items. | ==== Protected Properties ==== ^ Name ^ Return ^ DeclaringType ^ Summary ^ ==== Public Events ==== ^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ | {{wiki:PublicEvent.gif|Public Event}}[[#GettingLayerListItemContextMenuItems|GettingLayerListItemContextMenuItems]] | [[ThinkGeo.MapSuite.GisEditor.GettingLayerListItemContextMenuItemsEventArgs|GettingLayerListItemContextMenuItemsEventArgs]] | | | | {{wiki:PublicEvent.gif|Public Event}}[[#GottenLayerListItemContextMenuItems|GottenLayerListItemContextMenuItems]] | [[ThinkGeo.MapSuite.GisEditor.GottenLayerListItemContextMenuItemsEventArgs|GottenLayerListItemContextMenuItemsEventArgs]] | | | | {{wiki:PublicEvent.gif|Public Event}}[[#SelectedLayerListItemChanged|SelectedLayerListItemChanged]] | [[ThinkGeo.MapSuite.GisEditor.SelectedLayerListItemChangedLayerListManagerEventArgs|SelectedLayerListItemChangedLayerListManagerEventArgs]] | | | ===== Public Constructors ===== ==== LayerListManager() ==== 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]] ==== GetHashCode() ==== === Return Value === ^ Return Type ^ Description ^ | Int32 | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Methods|Go Back]] ==== GetLayerListContextMenuItems(LayerListItem) ==== === Return Value === ^ Return Type ^ Description ^ | ObservableCollection | | === Parameters === ^ Name ^ Type ^ Description ^ | layerListItem | [[ThinkGeo.MapSuite.GisEditor.LayerListItem|LayerListItem]] | | [[#Public Methods|Go Back]] ==== GetRootLayerListItem(GisEditorWpfMap) ==== Gets the root layer list item. === Return Value === ^ Return Type ^ Description ^ | [[ThinkGeo.MapSuite.GisEditor.LayerListItem|LayerListItem]] | | === Parameters === ^ Name ^ Type ^ Description ^ | wpfMap | [[ThinkGeo.MapSuite.WpfDesktopEdition.Extension.GisEditorWpfMap|GisEditorWpfMap]] | The WPF map. | [[#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]] ==== ToString() ==== === Return Value === ^ Return Type ^ Description ^ | String | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Methods|Go Back]] ===== Protected Methods ===== ==== ApplySettingsCore(StorableSettings) ==== Applies the settings core. === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ | settings | [[ThinkGeo.MapSuite.GisEditor.StorableSettings|StorableSettings]] | The settings. | [[#Protected Methods|Go Back]] ==== Finalize() ==== === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Protected Methods|Go Back]] ==== GetLayerListContextMenuItemsCore(LayerListItem) ==== === Return Value === ^ Return Type ^ Description ^ | ObservableCollection | | === Parameters === ^ Name ^ Type ^ Description ^ | layerListItem | [[ThinkGeo.MapSuite.GisEditor.LayerListItem|LayerListItem]] | | [[#Protected Methods|Go Back]] ==== GetRootLayerListItemCore(GisEditorWpfMap) ==== Gets the root layer list item core. === Return Value === ^ Return Type ^ Description ^ | [[ThinkGeo.MapSuite.GisEditor.LayerListItem|LayerListItem]] | | === Parameters === ^ Name ^ Type ^ Description ^ | wpfMap | [[ThinkGeo.MapSuite.WpfDesktopEdition.Extension.GisEditorWpfMap|GisEditorWpfMap]] | The WPF map. | [[#Protected Methods|Go Back]] ==== GetSettingsCore() ==== Gets the settings core. === 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]] ==== OnGettingLayerListItemContextMenuItems(GettingLayerListItemContextMenuItemsEventArgs) ==== === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ | e | [[ThinkGeo.MapSuite.GisEditor.GettingLayerListItemContextMenuItemsEventArgs|GettingLayerListItemContextMenuItemsEventArgs]] | | [[#Protected Methods|Go Back]] ==== OnGottenLayerListItemContextMenuItems(GottenLayerListItemContextMenuItemsEventArgs) ==== === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ | e | [[ThinkGeo.MapSuite.GisEditor.GottenLayerListItemContextMenuItemsEventArgs|GottenLayerListItemContextMenuItemsEventArgs]] | | [[#Protected Methods|Go Back]] ==== OnSelectedLayerListItemChanged(SelectedLayerListItemChangedLayerListManagerEventArgs) ==== === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ | e | [[ThinkGeo.MapSuite.GisEditor.SelectedLayerListItemChangedLayerListManagerEventArgs|SelectedLayerListItemChangedLayerListManagerEventArgs]] | | [[#Protected Methods|Go Back]] ===== Public Properties ===== ==== SelectedLayerListItem ==== Gets or sets the selected layer list item. === Return Value === ^ Return Type ^ | [[ThinkGeo.MapSuite.GisEditor.LayerListItem|LayerListItem]] | [[#Public Properties|Go Back]] ==== SelectedLayerListItems ==== Gets the selected layer list items. === Return Value === ^ Return Type ^ | Collection<[[ThinkGeo.MapSuite.GisEditor.LayerListItem|LayerListItem]]> | [[#Public Properties|Go Back]] ===== Protected Properties ===== ===== Public Events ===== ==== GettingLayerListItemContextMenuItems ==== === Event Arguments === ^ Event Arguments ^ | [[ThinkGeo.MapSuite.GisEditor.GettingLayerListItemContextMenuItemsEventArgs|GettingLayerListItemContextMenuItemsEventArgs]] | [[#Public Events|Go Back]] ==== GottenLayerListItemContextMenuItems ==== === Event Arguments === ^ Event Arguments ^ | [[ThinkGeo.MapSuite.GisEditor.GottenLayerListItemContextMenuItemsEventArgs|GottenLayerListItemContextMenuItemsEventArgs]] | [[#Public Events|Go Back]] ==== SelectedLayerListItemChanged ==== === Event Arguments === ^ Event Arguments ^ | [[ThinkGeo.MapSuite.GisEditor.SelectedLayerListItemChangedLayerListManagerEventArgs|SelectedLayerListItemChangedLayerListManagerEventArgs]] | [[#Public Events|Go Back]] __NOTOC__ [[Category:GisEditorInfrastructure]] [[Category:ThinkGeo.MapSuite.GisEditor]] [[Category:UpdateDocumentation]]