Show / Hide Table of Contents

Class ModuleControlFactory

Inheritance
object
ModuleControlFactory
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.UI.Modules
Assembly: DotNetNuke.dll
Syntax
[Obsolete("Deprecated in DotNetNuke 9.4.0. This implementation has moved to DotNetNuke.ModulePipeline.ModuleControlFactory. Scheduled for removal in v11.0.0.")]
public class ModuleControlFactory

Constructors

ModuleControlFactory()

Declaration
public ModuleControlFactory()

Methods

CreateCachedControl(string, ModuleInfo)

Declaration
[Obsolete("Deprecated in DotNetNuke 9.4.0. This implementation has moved to DotNetNuke.ModulePipeline.ModuleControlFactory. Scheduled for removal in v11.0.0.")]
public static Control CreateCachedControl(string cachedContent, ModuleInfo moduleConfiguration)
Parameters
Type Name Description
string cachedContent
ModuleInfo moduleConfiguration
Returns
Type Description
Control

CreateModuleControl(ModuleInfo)

Declaration
[Obsolete("Deprecated in DotNetNuke 9.4.0. This implementation has moved to DotNetNuke.ModulePipeline.ModuleControlFactory. Scheduled for removal in v11.0.0.")]
public static Control CreateModuleControl(ModuleInfo moduleConfiguration)
Parameters
Type Name Description
ModuleInfo moduleConfiguration
Returns
Type Description
Control

LoadModuleControl(TemplateControl, ModuleInfo)

Declaration
[Obsolete("Deprecated in DotNetNuke 9.4.0. This implementation has moved to DotNetNuke.ModulePipeline.ModuleControlFactory. Scheduled for removal in v11.0.0.")]
public static Control LoadModuleControl(TemplateControl containerControl, ModuleInfo moduleConfiguration)
Parameters
Type Name Description
TemplateControl containerControl
ModuleInfo moduleConfiguration
Returns
Type Description
Control

LoadModuleControl(TemplateControl, ModuleInfo, string, string)

Declaration
[Obsolete("Deprecated in DotNetNuke 9.4.0. This implementation has moved to DotNetNuke.ModulePipeline.ModuleControlFactory. Scheduled for removal in v11.0.0.")]
public static Control LoadModuleControl(TemplateControl containerControl, ModuleInfo moduleConfiguration, string controlKey, string controlSrc)
Parameters
Type Name Description
TemplateControl containerControl
ModuleInfo moduleConfiguration
string controlKey
string controlSrc
Returns
Type Description
Control

LoadSettingsControl(TemplateControl, ModuleInfo, string)

Declaration
[Obsolete("Deprecated in DotNetNuke 9.4.0. This implementation has moved to DotNetNuke.ModulePipeline.ModuleControlFactory. Scheduled for removal in v11.0.0.")]
public static Control LoadSettingsControl(TemplateControl containerControl, ModuleInfo moduleConfiguration, string controlSrc)
Parameters
Type Name Description
TemplateControl containerControl
ModuleInfo moduleConfiguration
string controlSrc
Returns
Type Description
Control

Extension Methods

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