C# 클래스 DotNetNuke.Modules.UserDefinedTable.Controls.FieldSettings

상속: System.Web.UI.UserControl
파일 보기 프로젝트 열기: DNNCommunity/DNN.FormAndList

보호된 프로퍼티들

프로퍼티 타입 설명
Repeater1 global::System.Web.UI.WebControls.Repeater

공개 메소드들

메소드 설명
BindData ( int fieldId, DataTable settingsTable, DataType type ) : void
Show ( DataType selectedType ) : void
Update ( int fieldId, DataType type ) : void

메소드 상세

BindData() 공개 메소드

public BindData ( int fieldId, DataTable settingsTable, DataType type ) : void
fieldId int
settingsTable System.Data.DataTable
type DataType
리턴 void

Show() 공개 메소드

public Show ( DataType selectedType ) : void
selectedType DataType
리턴 void

Update() 공개 메소드

public Update ( int fieldId, DataType type ) : void
fieldId int
type DataType
리턴 void

프로퍼티 상세

Repeater1 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.Repeater