C# Class System.Web.UI.WebControls.ImageField

Inheritance: System.Web.UI.WebControls.DataControlField
Show file Open project: runefs/Marvin Class Usage Examples

Public Properties

Property Type Description
ThisExpression string

Private Properties

Property Type Description
GetProperty System.ComponentModel.PropertyDescriptor

Public Methods

Method Description
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

Protected Methods

Method Description
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

Private Methods

Method Description
GetProperty ( Control controlContainer, string fieldName ) : PropertyDescriptor

Method Details

CopyProperties() protected method

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

CreateField() protected method

protected CreateField ( ) : System.Web.UI.WebControls.DataControlField
return System.Web.UI.WebControls.DataControlField

ExtractValuesFromCell() public method

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
return void

FormatImageUrlValue() protected method

protected FormatImageUrlValue ( object value ) : string
value object
return string

GetDesignTimeValue() protected method

protected GetDesignTimeValue ( ) : string
return string

GetFormattedAlternateText() protected method

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

GetValue() protected method

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

Initialize() public method

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

InitializeCell() public method

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
return void

InitializeDataCell() protected method

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

OnDataBindField() protected method

protected OnDataBindField ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

ValidateSupportsCallback() public method

public ValidateSupportsCallback ( ) : void
return void

Property Details

ThisExpression public static property

public static string ThisExpression
return string