Class ModuleAuditControl
Implements
Inherited Members
Namespace: DotNetNuke.UI.UserControls
Assembly: DotNetNuke.dll
Syntax
public abstract class ModuleAuditControl : UserControl, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IFilterResolutionService, IAttributeAccessor, INamingContainer, IUserControlDesignerAccessor
Constructors
ModuleAuditControl()
Declaration
public ModuleAuditControl()
Fields
lblCreatedBy
Declaration
protected Label lblCreatedBy
Field Value
Type | Description |
---|---|
Label |
lblUpdatedBy
Declaration
protected Label lblUpdatedBy
Field Value
Type | Description |
---|---|
Label |
Properties
CreatedByUser
Declaration
public string CreatedByUser { set; }
Property Value
Type | Description |
---|---|
string |
CreatedDate
Declaration
public string CreatedDate { set; }
Property Value
Type | Description |
---|---|
string |
Entity
Declaration
public BaseEntityInfo Entity { set; }
Property Value
Type | Description |
---|---|
BaseEntityInfo |
LastModifiedByUser
Declaration
public string LastModifiedByUser { set; }
Property Value
Type | Description |
---|---|
string |
LastModifiedDate
Declaration
public string LastModifiedDate { set; }
Property Value
Type | Description |
---|---|
string |
Methods
OnLoad(EventArgs)
Declaration
protected override void OnLoad(EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
EventArgs | e |