C# 클래스 System.Web.UI.WebControls.ImageField

상속: System.Web.UI.WebControls.DataControlField
파일 보기 프로젝트 열기: runefs/Marvin 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ThisExpression string

Private Properties

프로퍼티 타입 설명
GetProperty System.ComponentModel.PropertyDescriptor

공개 메소드들

메소드 설명
ExtractValuesFromCell ( IOrderedDictionary dictionary, System.Web.UI.WebControls.DataControlFieldCell cell, DataControlRowState rowState, bool includeReadOnly ) : void
Initialize ( bool sortingEnabled, Control control ) : bool
InitializeCell ( System.Web.UI.WebControls.DataControlFieldCell cell, DataControlCellType cellType, DataControlRowState rowState, int rowIndex ) : void
ValidateSupportsCallback ( ) : void

보호된 메소드들

메소드 설명
CopyProperties ( System.Web.UI.WebControls.DataControlField newField ) : void
CreateField ( ) : System.Web.UI.WebControls.DataControlField
FormatImageUrlValue ( object value ) : string
GetDesignTimeValue ( ) : string
GetFormattedAlternateText ( Control controlContainer ) : string
GetValue ( Control controlContainer, string fieldName, PropertyDescriptor &cachedDescriptor ) : object
InitializeDataCell ( System.Web.UI.WebControls.DataControlFieldCell cell, DataControlRowState rowState ) : void
OnDataBindField ( object sender, EventArgs e ) : void

비공개 메소드들

메소드 설명
GetProperty ( Control controlContainer, string fieldName ) : PropertyDescriptor

메소드 상세

CopyProperties() 보호된 메소드

protected CopyProperties ( System.Web.UI.WebControls.DataControlField newField ) : void
newField System.Web.UI.WebControls.DataControlField
리턴 void

CreateField() 보호된 메소드

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

ExtractValuesFromCell() 공개 메소드

public ExtractValuesFromCell ( IOrderedDictionary dictionary, System.Web.UI.WebControls.DataControlFieldCell cell, DataControlRowState rowState, bool includeReadOnly ) : void
dictionary IOrderedDictionary
cell System.Web.UI.WebControls.DataControlFieldCell
rowState DataControlRowState
includeReadOnly bool
리턴 void

FormatImageUrlValue() 보호된 메소드

protected FormatImageUrlValue ( object value ) : string
value object
리턴 string

GetDesignTimeValue() 보호된 메소드

protected GetDesignTimeValue ( ) : string
리턴 string

GetFormattedAlternateText() 보호된 메소드

protected GetFormattedAlternateText ( Control controlContainer ) : string
controlContainer System.Web.UI.Control
리턴 string

GetValue() 보호된 메소드

protected GetValue ( Control controlContainer, string fieldName, PropertyDescriptor &cachedDescriptor ) : object
controlContainer System.Web.UI.Control
fieldName string
cachedDescriptor System.ComponentModel.PropertyDescriptor
리턴 object

Initialize() 공개 메소드

public Initialize ( bool sortingEnabled, Control control ) : bool
sortingEnabled bool
control System.Web.UI.Control
리턴 bool

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

InitializeDataCell() 보호된 메소드

protected InitializeDataCell ( System.Web.UI.WebControls.DataControlFieldCell cell, DataControlRowState rowState ) : void
cell System.Web.UI.WebControls.DataControlFieldCell
rowState DataControlRowState
리턴 void

OnDataBindField() 보호된 메소드

protected OnDataBindField ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void

ValidateSupportsCallback() 공개 메소드

public ValidateSupportsCallback ( ) : void
리턴 void

프로퍼티 상세

ThisExpression 공개적으로 정적으로 프로퍼티

public static string ThisExpression
리턴 string