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

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

보호된 프로퍼티들

프로퍼티 타입 설명
CtlValueBox System.Web.UI.WebControls.WebControl
StrValMsg string
StrValRule string

공개 메소드들

메소드 설명
EditString ( ) : System

보호된 메소드들

메소드 설명
EditString_Init ( object sender, EventArgs e ) : void

메소드 상세

EditString() 공개 메소드

public EditString ( ) : System
리턴 System

EditString_Init() 보호된 메소드

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

프로퍼티 상세

CtlValueBox 보호되어 있는 프로퍼티

protected WebControl,System.Web.UI.WebControls CtlValueBox
리턴 System.Web.UI.WebControls.WebControl

StrValMsg 보호되어 있는 프로퍼티

protected string StrValMsg
리턴 string

StrValRule 보호되어 있는 프로퍼티

protected string StrValRule
리턴 string