Class ProfileModuleUserControlBase
Inheritance
ProfileModuleUserControlBase
Implements
Inherited Members
Namespace: DotNetNuke.UI.Modules
Assembly: DotNetNuke.dll
Syntax
public abstract class ProfileModuleUserControlBase : ModuleUserControlBase, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IFilterResolutionService, IAttributeAccessor, INamingContainer, IUserControlDesignerAccessor, IModuleControl, IProfileModule
Constructors
ProfileModuleUserControlBase()
Declaration
public ProfileModuleUserControlBase()
Properties
DisplayModule
Declaration
public abstract bool DisplayModule { get; }
Property Value
Type | Description |
---|---|
bool |
IsUser
Declaration
protected bool IsUser { get; }
Property Value
Type | Description |
---|---|
bool |
NavigationManager
Declaration
protected INavigationManager NavigationManager { get; }
Property Value
Type | Description |
---|---|
INavigationManager |
ProfileUser
Declaration
protected UserInfo ProfileUser { get; }
Property Value
Type | Description |
---|---|
UserInfo |
ProfileUserId
Declaration
public int ProfileUserId { get; }
Property Value
Type | Description |
---|---|
int |
Methods
OnInit(EventArgs)
Declaration
protected override void OnInit(EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
EventArgs | e |