Interface IModuleControlFactory
Assembly: DotNetNuke.dll
Syntax
public interface IModuleControlFactory
Methods
|
Improve this Doc
View Source
CreateControl(TemplateControl, String, String)
Declaration
Control CreateControl(TemplateControl containerControl, string controlKey, string controlSrc)
Parameters
Type |
Name |
Description |
TemplateControl |
containerControl |
|
System.String |
controlKey |
|
System.String |
controlSrc |
|
Returns
|
Improve this Doc
View Source
CreateModuleControl(ModuleInfo)
Declaration
ModuleControlBase CreateModuleControl(ModuleInfo moduleConfiguration)
Parameters
Type |
Name |
Description |
ModuleInfo |
moduleConfiguration |
|
Returns
|
Improve this Doc
View Source
CreateModuleControl(TemplateControl, ModuleInfo)
Declaration
Control CreateModuleControl(TemplateControl containerControl, ModuleInfo moduleConfiguration)
Parameters
Type |
Name |
Description |
TemplateControl |
containerControl |
|
ModuleInfo |
moduleConfiguration |
|
Returns
|
Improve this Doc
View Source
CreateSettingsControl(TemplateControl, ModuleInfo, String)
Declaration
Control CreateSettingsControl(TemplateControl containerControl, ModuleInfo moduleConfiguration, string controlSrc)
Parameters
Type |
Name |
Description |
TemplateControl |
containerControl |
|
ModuleInfo |
moduleConfiguration |
|
System.String |
controlSrc |
|
Returns
Extension Methods