Class ModuleAuditControl
Inheritance
System.Object
ModuleAuditControl
Assembly: DotNetNuke.dll
Syntax
public abstract class ModuleAuditControl : UserControl
Constructors
|
Improve this Doc
View Source
ModuleAuditControl()
Declaration
public ModuleAuditControl()
Fields
|
Improve this Doc
View Source
lblCreatedBy
Declaration
protected Label lblCreatedBy
Field Value
|
Improve this Doc
View Source
lblUpdatedBy
Declaration
protected Label lblUpdatedBy
Field Value
Properties
|
Improve this Doc
View Source
CreatedByUser
Declaration
public string CreatedByUser { set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
CreatedDate
Declaration
public string CreatedDate { set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Entity
Declaration
public BaseEntityInfo Entity { set; }
Property Value
|
Improve this Doc
View Source
LastModifiedByUser
Declaration
public string LastModifiedByUser { set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
LastModifiedDate
Declaration
public string LastModifiedDate { set; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
OnLoad(EventArgs)
Declaration
protected override void OnLoad(EventArgs e)
Parameters
Type |
Name |
Description |
EventArgs |
e |
|
Extension Methods