C# 클래스 Engage.Dnn.TakeOut.ModuleSettingsService

Provides access to the settings for a module
상속: IModuleSettingsService
파일 보기 프로젝트 열기: EngageSoftware/Engage-Take-Out

공개 메소드들

메소드 설명
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