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

상속: SmartField, IDisposable
파일 보기 프로젝트 열기: NLADP/ADF

공개 메소드들

메소드 설명
BoolField ( ) : System
ComposeIcon ( object entity, string value, string field, string format ) : string

보호된 메소드들

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

메소드 상세

BoolField() 공개 메소드

public BoolField ( ) : System
리턴 System

ComposeIcon() 공개 정적인 메소드

public static ComposeIcon ( object entity, string value, string field, string format ) : string
entity object
value string
field string
format string
리턴 string

DisposeControls() 보호된 메소드

protected DisposeControls ( ) : void
리턴 void

InitializeControls() 보호된 메소드

protected 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 ItemDataBinding ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void