Show / Hide Table of Contents

Interface IModuleControlFactory

Namespace: DotNetNuke.UI.Modules
Assembly: DotNetNuke.dll
Syntax
public interface IModuleControlFactory

Properties

Priority

Declaration
int Priority { get; }
Property Value
Type Description
int

Methods

CreateControl(TemplateControl, string, string)

Declaration
Control CreateControl(TemplateControl containerControl, string controlKey, string controlSrc)
Parameters
Type Name Description
TemplateControl containerControl
string controlKey
string controlSrc
Returns
Type Description
Control

CreateModuleControl(ModuleInfo)

Declaration
ModuleControlBase CreateModuleControl(ModuleInfo moduleConfiguration)
Parameters
Type Name Description
ModuleInfo moduleConfiguration
Returns
Type Description
ModuleControlBase

CreateModuleControl(TemplateControl, ModuleInfo)

Declaration
Control CreateModuleControl(TemplateControl containerControl, ModuleInfo moduleConfiguration)
Parameters
Type Name Description
TemplateControl containerControl
ModuleInfo moduleConfiguration
Returns
Type Description
Control

CreateSettingsControl(TemplateControl, ModuleInfo, string)

Declaration
Control CreateSettingsControl(TemplateControl containerControl, ModuleInfo moduleConfiguration, string controlSrc)
Parameters
Type Name Description
TemplateControl containerControl
ModuleInfo moduleConfiguration
string controlSrc
Returns
Type Description
Control

SupportsControl(ModuleInfo, string)

Declaration
bool SupportsControl(ModuleInfo moduleConfiguration, string controlSrc)
Parameters
Type Name Description
ModuleInfo moduleConfiguration
string controlSrc
Returns
Type Description
bool

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS