====== ThinkGeo.MapSuite.GisEditor.StylePluginManager ====== {{section>upgrade_map_suite_to_10.0}} ===== Inheritance Hierarchy ===== *System.Object **[[ThinkGeo.MapSuite.GisEditor.Manager]] ***[[ThinkGeo.MapSuite.GisEditor.PluginManager]] ****[[ThinkGeo.MapSuite.GisEditor.StylePluginManager]] ===== Members Summary ===== ==== Public Constructors ==== ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | {{wiki:PublicMethod.gif|Public Method}}[[#StylePluginManager()|StylePluginManager]] | | | 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}}[[#EditStyle(StyleBuilderArguments)|EditStyle]] | [[ThinkGeo.MapSuite.GisEditor.StyleBuilderArguments|StyleBuilderArguments]] | | Edits the style. | | {{wiki:PublicMethod.gif|Public Method}}[[#Equals(Object)|Equals]] | Object | Object | | | {{wiki:PublicMethod.gif|Public Method}}[[#GetActiveStylePlugins()|GetActiveStylePlugins]] | | | Gets the style plugins. | | {{wiki:PublicMethod.gif|Public Method}}[[#GetActiveStylePlugins()|GetActiveStylePlugins]] | | | Gets the style plugins. | | {{wiki:PublicMethod.gif|Public Method}}[[#GetDefaultStylePlugin(StyleCategories)|GetDefaultStylePlugin]] | [[ThinkGeo.MapSuite.GisEditor.StyleCategories|StyleCategories]] | | Gets the default style plugin. | | {{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}}[[#GetStyleLayerListItem(Style)|GetStyleLayerListItem]] | [[ThinkGeo.MapSuite.Core.Style|Style]] | | Gets the style layer list item. | | {{wiki:PublicMethod.gif|Public Method}}[[#GetStylePluginByStyle(Style)|GetStylePluginByStyle]] | [[ThinkGeo.MapSuite.Core.Style|Style]] | | Gets the style plugin by style. | | {{wiki:PublicMethod.gif|Public Method}}[[#GetStylePlugins(StyleCategories)|GetStylePlugins]] | [[ThinkGeo.MapSuite.GisEditor.StyleCategories|StyleCategories]] | | Gets the style plugins. | | {{wiki:PublicMethod.gif|Public Method}}[[#GetStylePlugins()|GetStylePlugins]] | | | Gets the style plugins. | | {{wiki:PublicMethod.gif|Public Method}}[[#GetType()|GetType]] | | Object | | | {{wiki:PublicMethod.gif|Public Method}}[[#SaveStyleToLibrary(CompositeStyle, Double, Double)|SaveStyleToLibrary]] | [[ThinkGeo.MapSuite.WpfDesktopEdition.Extension.CompositeStyle|CompositeStyle]], Double, Double | | Saves the style to library. | | {{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}}[[#EditStyleCore(StyleBuilderArguments)|EditStyleCore]] | [[ThinkGeo.MapSuite.GisEditor.StyleBuilderArguments|StyleBuilderArguments]] | | Edits the style core. | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#Finalize()|Finalize]] | | Object | | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#GetDefaultStylePluginCore(StyleCategories)|GetDefaultStylePluginCore]] | [[ThinkGeo.MapSuite.GisEditor.StyleCategories|StyleCategories]] | | Gets the default style plugin core. | | {{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]](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}}[[#GetStyleLayerListItemCore(Style)|GetStyleLayerListItemCore]] | [[ThinkGeo.MapSuite.Core.Style|Style]] | | Gets the style layer list item core. | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#GetStylePluginByStyleCore(Style)|GetStylePluginByStyleCore]] | [[ThinkGeo.MapSuite.Core.Style|Style]] | | Gets the style plugin by style core. | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#GetStylePluginsCore(StyleCategories)|GetStylePluginsCore]] | [[ThinkGeo.MapSuite.GisEditor.StyleCategories|StyleCategories]] | | Gets the style plugins core. | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#MemberwiseClone()|MemberwiseClone]] | | Object | | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#SaveStyleToLibraryCore(CompositeStyle, Double, Double)|SaveStyleToLibraryCore]] | [[ThinkGeo.MapSuite.WpfDesktopEdition.Extension.CompositeStyle|CompositeStyle]], Double, Double | | Saves the style to library core. | ==== Public Properties ==== ^ Name ^ Return ^ DeclaringType ^ Summary ^ | {{wiki:PublicProperty.gif|Public Property}}[[#UseWizard|UseWizard]] | Boolean | | Gets or sets a value indicating whether [[use|wizard]]. | ==== Protected Properties ==== ^ Name ^ Return ^ DeclaringType ^ Summary ^ ==== Public Events ==== ^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ ===== Public Constructors ===== ==== StylePluginManager() ==== 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]] ==== EditStyle(StyleBuilderArguments) ==== Edits the style. === Return Value === ^ Return Type ^ Description ^ | [[ThinkGeo.MapSuite.GisEditor.StyleBuilderResult|StyleBuilderResult]] | | === Parameters === ^ Name ^ Type ^ Description ^ | styleBuilderArguments | [[ThinkGeo.MapSuite.GisEditor.StyleBuilderArguments|StyleBuilderArguments]] | The style builder arguments. | [[#Public Methods|Go Back]] ==== Equals(Object) ==== === Return Value === ^ Return Type ^ Description ^ | Boolean | | === Parameters === ^ Name ^ Type ^ Description ^ | obj | Object | | [[#Public Methods|Go Back]] ==== GetActiveStylePlugins() ==== Gets the style plugins. === Return Value === ^ Return Type ^ Description ^ | Collection | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Methods|Go Back]] ==== GetActiveStylePlugins() ==== Gets the style plugins. === Return Value === ^ Return Type ^ Description ^ | Collection<[[ThinkGeo.MapSuite.GisEditor.StylePlugin|StylePlugin]]> | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Methods|Go Back]] ==== GetDefaultStylePlugin(StyleCategories) ==== Gets the default style plugin. === Return Value === ^ Return Type ^ Description ^ | [[ThinkGeo.MapSuite.GisEditor.StylePlugin|StylePlugin]] | | === Parameters === ^ Name ^ Type ^ Description ^ | styleProviderTypes | [[ThinkGeo.MapSuite.GisEditor.StyleCategories|StyleCategories]] | The style provider types. | [[#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]] ==== GetStyleLayerListItem(Style) ==== Gets the style layer list item. === Return Value === ^ Return Type ^ Description ^ | [[ThinkGeo.MapSuite.GisEditor.StyleLayerListItem|StyleLayerListItem]] | | === Parameters === ^ Name ^ Type ^ Description ^ | style | [[ThinkGeo.MapSuite.Core.Style|Style]] | The style. | [[#Public Methods|Go Back]] ==== GetStylePluginByStyle(Style) ==== Gets the style plugin by style. === Return Value === ^ Return Type ^ Description ^ | [[ThinkGeo.MapSuite.GisEditor.StylePlugin|StylePlugin]] | | === Parameters === ^ Name ^ Type ^ Description ^ | style | [[ThinkGeo.MapSuite.Core.Style|Style]] | The style. | [[#Public Methods|Go Back]] ==== GetStylePlugins(StyleCategories) ==== Gets the style plugins. === Return Value === ^ Return Type ^ Description ^ | Collection<[[ThinkGeo.MapSuite.GisEditor.StylePlugin|StylePlugin]]> | | === Parameters === ^ Name ^ Type ^ Description ^ | styleCategories | [[ThinkGeo.MapSuite.GisEditor.StyleCategories|StyleCategories]] | The style categories. | [[#Public Methods|Go Back]] ==== GetStylePlugins() ==== Gets the style plugins. === Return Value === ^ Return Type ^ Description ^ | Collection<[[ThinkGeo.MapSuite.GisEditor.StylePlugin|StylePlugin]]> | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Methods|Go Back]] ==== GetType() ==== === Return Value === ^ Return Type ^ Description ^ | Type | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Methods|Go Back]] ==== SaveStyleToLibrary(CompositeStyle, Double, Double) ==== Saves the style to library. === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ | compositeStyle | [[ThinkGeo.MapSuite.WpfDesktopEdition.Extension.CompositeStyle|CompositeStyle]] | The composite style. | | lowerScale | Double | The lower scale. | | upperScale | Double | The upper scale. | [[#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]] ==== EditStyleCore(StyleBuilderArguments) ==== Edits the style core. === Return Value === ^ Return Type ^ Description ^ | [[ThinkGeo.MapSuite.GisEditor.StyleBuilderResult|StyleBuilderResult]] | | === Parameters === ^ Name ^ Type ^ Description ^ | styleBuilderArguments | [[ThinkGeo.MapSuite.GisEditor.StyleBuilderArguments|StyleBuilderArguments]] | The style builder arguments. | [[#Protected Methods|Go Back]] ==== Finalize() ==== === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Protected Methods|Go Back]] ==== GetDefaultStylePluginCore(StyleCategories) ==== Gets the default style plugin core. === Return Value === ^ Return Type ^ Description ^ | [[ThinkGeo.MapSuite.GisEditor.StylePlugin|StylePlugin]] | | === Parameters === ^ Name ^ Type ^ Description ^ | styleProviderTypes | [[ThinkGeo.MapSuite.GisEditor.StyleCategories|StyleCategories]] | The style provider types. | [[#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 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]] ==== GetStyleLayerListItemCore(Style) ==== Gets the style layer list item core. === Return Value === ^ Return Type ^ Description ^ | [[ThinkGeo.MapSuite.GisEditor.StyleLayerListItem|StyleLayerListItem]] | | === Parameters === ^ Name ^ Type ^ Description ^ | style | [[ThinkGeo.MapSuite.Core.Style|Style]] | The style. | [[#Protected Methods|Go Back]] ==== GetStylePluginByStyleCore(Style) ==== Gets the style plugin by style core. === Return Value === ^ Return Type ^ Description ^ | [[ThinkGeo.MapSuite.GisEditor.StylePlugin|StylePlugin]] | | === Parameters === ^ Name ^ Type ^ Description ^ | style | [[ThinkGeo.MapSuite.Core.Style|Style]] | The style. | [[#Protected Methods|Go Back]] ==== GetStylePluginsCore(StyleCategories) ==== Gets the style plugins core. === Return Value === ^ Return Type ^ Description ^ | Collection<[[ThinkGeo.MapSuite.GisEditor.StylePlugin|StylePlugin]]> | | === Parameters === ^ Name ^ Type ^ Description ^ | styleCategories | [[ThinkGeo.MapSuite.GisEditor.StyleCategories|StyleCategories]] | The style categories. | [[#Protected Methods|Go Back]] ==== MemberwiseClone() ==== === Return Value === ^ Return Type ^ Description ^ | Object | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Protected Methods|Go Back]] ==== SaveStyleToLibraryCore(CompositeStyle, Double, Double) ==== Saves the style to library core. === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ | compositeStyle | [[ThinkGeo.MapSuite.WpfDesktopEdition.Extension.CompositeStyle|CompositeStyle]] | The composite style. | | lowerScale | Double | The lower scale. | | upperScale | Double | The upper scale. | [[#Protected Methods|Go Back]] ===== Public Properties ===== ==== UseWizard ==== Gets or sets a value indicating whether [[use|wizard]]. === Return Value === ^ Return Type ^ | Boolean | [[#Public Properties|Go Back]] ===== Protected Properties ===== ===== Public Events ===== __NOTOC__ [[Category:GisEditorInfrastructure]] [[Category:ThinkGeo.MapSuite.GisEditor]] [[Category:UpdateDocumentation]]