summaryN:DotNetNuke.Entities.Modules.Settings
Classes
| Class | Description | |
|---|---|---|
| ModuleSettingAttribute |
When applied to a property this attribute persists the value of the property in the DNN ModuleSettings referenced by the ModuleId within the context.
| |
| ParameterAttributeBase |
Base class for attributes that are used to decorate properties (parameters) related to
application settings (storage) or parameters (control) like query string parameters.
| |
| ParameterMapping | ||
| PortalSettingAttribute |
When applied to a property this attribute persists the value of the property in the DNN PortalSettings referenced by the PortalId within the context.
| |
| SettingsRepository<(Of <(<'T>)>)> | ||
| TabModuleSettingAttribute |
When applied to a property this attribute persists the value of the property in the DNN TabModuleSettings referenced by the TabModuleId within the context.
|
Interfaces
| Interface | Description | |
|---|---|---|
| ISettingsRepository<(Of <(<'T>)>)> | ||
| ISettingsSerializer<(Of <(<'T>)>)> |
Implement this interface to control how property values are serialized and deserialized.
|