C# Class DotNetNuke.Modules.UserDefinedTable.DataTypes.EditCreatedBy

Edit and Validation Control for DataType "CreatedBy"
Inheritance: EditControl
Datei anzeigen Open project: DNNCommunity/DNN.FormAndList

Protected Properties

Property Type Description
Editor string

Public Methods

Method Description
EditCreatedBy ( ) : System

Protected Methods

Method Description
CurrentUserName ( ) : string
Page_Load ( object sender, EventArgs e ) : void

Method Details

CurrentUserName() protected static method

protected static CurrentUserName ( ) : string
return string

EditCreatedBy() public method

public EditCreatedBy ( ) : System
return System

Page_Load() protected method

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

Property Details

Editor protected_oe property

protected string Editor
return string