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

Edit and Validation Control for DataType "String"
Inheritance: EditControl
Afficher le fichier Open project: DNNCommunity/DNN.FormAndList

Protected Properties

Свойство Type Description
CtlValueBox System.Web.UI.WebControls.WebControl
StrValMsg string
StrValRule string

Méthodes publiques

Méthode Description
EditString ( ) : System

Méthodes protégées

Méthode Description
EditString_Init ( object sender, EventArgs e ) : void

Method Details

EditString() public méthode

public EditString ( ) : System
Résultat System

EditString_Init() protected méthode

protected EditString_Init ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

Property Details

CtlValueBox protected_oe property

protected WebControl,System.Web.UI.WebControls CtlValueBox
Résultat System.Web.UI.WebControls.WebControl

StrValMsg protected_oe property

protected string StrValMsg
Résultat string

StrValRule protected_oe property

protected string StrValRule
Résultat string