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

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

Protected Properties

Property Type Description
CtlValueBox System.Web.UI.WebControls.WebControl
StrValMsg string
StrValRule string

Public Methods

Method Description
EditString ( ) : System

Protected Methods

Method Description
EditString_Init ( object sender, EventArgs e ) : void

Method Details

EditString() public method

public EditString ( ) : System
return System

EditString_Init() protected method

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

Property Details

CtlValueBox protected_oe property

protected WebControl,System.Web.UI.WebControls CtlValueBox
return System.Web.UI.WebControls.WebControl

StrValMsg protected_oe property

protected string StrValMsg
return string

StrValRule protected_oe property

protected string StrValRule
return string