C# Class Engage.Dnn.TakeOut.FeaturesController

Inheritance: IPortable
Afficher le fichier Open project: EngageSoftware/Engage-Take-Out

Méthodes publiques

Méthode Description
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.

Private Methods

Méthode Description
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.

Method Details

ExportModule() public méthode

Exports the select portal settings.
public ExportModule ( int moduleId ) : string
moduleId int The module ID.
Résultat string

FeaturesController() public méthode

Initializes a new instance of the FeaturesController class.
public FeaturesController ( ) : System
Résultat System

ImportModule() public méthode

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.
Résultat void