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

상속: IPortable
파일 보기 프로젝트 열기: EngageSoftware/Engage-Take-Out

공개 메소드들

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