C# Класс Engage.Dnn.TakeOut.ModuleSettingsService

Provides access to the settings for a module
Наследование: IModuleSettingsService
Показать файл Открыть проект

Открытые методы

Метод Описание
GetSettings ( ) : string>.IDictionary

Gets the module's settings.

ModuleSettingsService ( int moduleId ) : System

Initializes a new instance of the ModuleSettingsService class.

UpdateModuleSetting ( string settingName, string settingValue ) : void

Updates the module setting.

Описание методов

GetSettings() публичный Метод

Gets the module's settings.
public GetSettings ( ) : string>.IDictionary
Результат string>.IDictionary

ModuleSettingsService() публичный Метод

Initializes a new instance of the ModuleSettingsService class.
public ModuleSettingsService ( int moduleId ) : System
moduleId int The ID of the module
Результат System

UpdateModuleSetting() публичный Метод

Updates the module setting.
public UpdateModuleSetting ( string settingName, string settingValue ) : void
settingName string Name of the setting.
settingValue string The setting value.
Результат void