summaryN:DotNetNuke.Entities.Modules.Settings

Classes

  ClassDescription
Public classModuleSettingAttribute
When applied to a property this attribute persists the value of the property in the DNN ModuleSettings referenced by the ModuleId within the context.
Public classParameterAttributeBase
Base class for attributes that are used to decorate properties (parameters) related to application settings (storage) or parameters (control) like query string parameters.
Public classParameterMapping
Public classPortalSettingAttribute
When applied to a property this attribute persists the value of the property in the DNN PortalSettings referenced by the PortalId within the context.
Public classSettingsRepository<(Of <(<'T>)>)>
Public classTabModuleSettingAttribute
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

  InterfaceDescription
Public interfaceISettingsRepository<(Of <(<'T>)>)>
Public interfaceISettingsSerializer<(Of <(<'T>)>)>
Implement this interface to control how property values are serialized and deserialized.