ISupportStoreSettings Members
Declares members implemented by Frame Templates to support saving their settings to the Application Model.Methods
| Name | Description |
|---|---|
| ReloadSettings() | Applies settings provided by the Application Model‘s Template node to a Template at runtime. These settings are provided by the ISupportStoreSettings.SetSettings method. |
| SaveSettings() | Saves a Template’s settings previously changed by an end-user to the child nodes of the Application Model‘s Templates node. These child nodes were previously specified by the ISupportStoreSettings.SetSettings method. |
| SetSettings(IModelTemplate) | Creates and/or provides access to child nodes of the Application Model‘s Template node where customizations made by an end-user must be stored. To apply these customizations, this method calls the ISupportStoreSettings.ReloadSettings method. |
Events
| Name | Description |
|---|---|
| SettingsReloaded | Occurs when Template settings are reloaded. |
See Also