C# 클래스 DotNetNuke.Modules.UserDefinedTable.DataTypes.EditCreatedBy

Edit and Validation Control for DataType "CreatedBy"
상속: EditControl
파일 보기 프로젝트 열기: DNNCommunity/DNN.FormAndList

보호된 프로퍼티들

프로퍼티 타입 설명
Editor string

공개 메소드들

메소드 설명
EditCreatedBy ( ) : System

보호된 메소드들

메소드 설명
CurrentUserName ( ) : string
Page_Load ( object sender, EventArgs e ) : void

메소드 상세

CurrentUserName() 보호된 정적인 메소드

protected static CurrentUserName ( ) : string
리턴 string

EditCreatedBy() 공개 메소드

public EditCreatedBy ( ) : System
리턴 System

Page_Load() 보호된 메소드

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

프로퍼티 상세

Editor 보호되어 있는 프로퍼티

protected string Editor
리턴 string