C# 클래스 Adf.Web.UI.SmartView.SmartField

상속: System.Web.UI.WebControls.DataControlField, IDisposable
파일 보기 프로젝트 열기: NLADP/ADF

공개 메소드들

메소드 설명
Dispose ( ) : void
InitializeCell ( System.Web.UI.WebControls.DataControlFieldCell cell, DataControlCellType cellType, DataControlRowState rowState, int rowIndex ) : void

보호된 메소드들

메소드 설명
CreateField ( ) : System.Web.UI.WebControls.DataControlField
DisposeControls ( ) : void
InitializeControls ( System.Web.UI.WebControls.DataControlFieldCell cell, DataControlCellType cellType, DataControlRowState rowState, int rowIndex ) : void
ItemDataBinding ( object sender, EventArgs e ) : void
SmartField ( ) : System

메소드 상세

CreateField() 보호된 메소드

protected CreateField ( ) : System.Web.UI.WebControls.DataControlField
리턴 System.Web.UI.WebControls.DataControlField

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

DisposeControls() 보호된 추상적인 메소드

protected abstract DisposeControls ( ) : void
리턴 void

InitializeCell() 공개 메소드

public InitializeCell ( System.Web.UI.WebControls.DataControlFieldCell cell, DataControlCellType cellType, DataControlRowState rowState, int rowIndex ) : void
cell System.Web.UI.WebControls.DataControlFieldCell
cellType DataControlCellType
rowState DataControlRowState
rowIndex int
리턴 void

InitializeControls() 보호된 추상적인 메소드

protected abstract InitializeControls ( System.Web.UI.WebControls.DataControlFieldCell cell, DataControlCellType cellType, DataControlRowState rowState, int rowIndex ) : void
cell System.Web.UI.WebControls.DataControlFieldCell
cellType DataControlCellType
rowState DataControlRowState
rowIndex int
리턴 void

ItemDataBinding() 보호된 추상적인 메소드

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

SmartField() 보호된 메소드

protected SmartField ( ) : System
리턴 System