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

Наследование: IPortable
Показать файл Открыть проект

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

Метод Описание
ExportModule ( int moduleId ) : string

Exports the select portal settings.

FeaturesController ( ) : System

Initializes a new instance of the FeaturesController class.

ImportModule ( int moduleId, string content, string version, int userId ) : void

Imports the module.

Приватные методы

Метод Описание
FeaturesController ( IPortalSettingsService portalSettingsService, IModuleSettingsService moduleSettingsService ) : System

Initializes a new instance of the FeaturesController class.

GetModuleSettingsService ( int moduleId ) : IModuleSettingsService

Gets the portal settings service.

GetPortalSettingsService ( int moduleId ) : IPortalSettingsService

Gets the portal settings service.

ShouldExport ( string>.IDictionary moduleSettings, string>.KeyValuePair portalSetting ) : bool

Indicates whether the given portal setting should be exported.

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

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

Exports the select portal settings.
public ExportModule ( int moduleId ) : string
moduleId int The module ID.
Результат string

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

Initializes a new instance of the FeaturesController class.
public FeaturesController ( ) : System
Результат System

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

Imports the module.
public ImportModule ( int moduleId, string content, string version, int userId ) : void
moduleId int The module ID.
content string The content.
version string The version.
userId int The user ID.
Результат void