summaryT:DotNetNuke.Web.Mvp.ProfileModuleViewBase`1

Namespace: DotNetNuke.Web.Mvp
Assembly: DotNetNuke.Web (in DotNetNuke.Web.dll)

Syntax

C#
public abstract class ProfileModuleViewBase<TModel> : ModuleView<TModel>, 
	IProfileModule
where TModel : class, new()
Visual Basic
Public MustInherit Class ProfileModuleViewBase(Of TModel As {Class, New})
	Inherits ModuleView(Of TModel)
	Implements IProfileModule

Type Parameters

TModel
typeparamTModelT:DotNetNuke.Web.Mvp.ProfileModuleViewBase`1

Inheritance Hierarchy

System..::..Object
  System.Web.UI..::..Control
    System.Web.UI..::..TemplateControl
      System.Web.UI..::..UserControl
        DotNetNuke.UI.Modules..::..ModuleUserControlBase
          DotNetNuke.Web.Mvp..::..ModuleViewBase
            DotNetNuke.Web.Mvp..::..ModuleView<(Of <(<'TModel>)>)>
              DotNetNuke.Web.Mvp..::..ProfileModuleViewBase<(Of <(<'TModel>)>)>

See Also