C# Class DotNetNuke.Modules.UserDefinedTable.Controls.FieldSettings

Inheritance: System.Web.UI.UserControl
Afficher le fichier Open project: DNNCommunity/DNN.FormAndList

Protected Properties

Свойство Type Description
Repeater1 global::System.Web.UI.WebControls.Repeater

Méthodes publiques

Méthode Description
BindData ( int fieldId, DataTable settingsTable, DataType type ) : void
Show ( DataType selectedType ) : void
Update ( int fieldId, DataType type ) : void

Method Details

BindData() public méthode

public BindData ( int fieldId, DataTable settingsTable, DataType type ) : void
fieldId int
settingsTable System.Data.DataTable
type DataType
Résultat void

Show() public méthode

public Show ( DataType selectedType ) : void
selectedType DataType
Résultat void

Update() public méthode

public Update ( int fieldId, DataType type ) : void
fieldId int
type DataType
Résultat void

Property Details

Repeater1 protected_oe property

Repeater1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Repeater Repeater1
Résultat global::System.Web.UI.WebControls.Repeater