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

Inheritance: System.Web.UI.WebControls.DataControlField
Afficher le fichier Open project: runefs/Marvin Class Usage Examples

Méthodes publiques

Свойство Type Description
ThisExpression string

Private Properties

Свойство Type Description
GetProperty System.ComponentModel.PropertyDescriptor

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode 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

Méthode Description
GetProperty ( Control controlContainer, string fieldName ) : PropertyDescriptor

Method Details

CopyProperties() protected méthode

protected CopyProperties ( System.Web.UI.WebControls.DataControlField newField ) : void
newField System.Web.UI.WebControls.DataControlField
Résultat void

CreateField() protected méthode

protected CreateField ( ) : System.Web.UI.WebControls.DataControlField
Résultat System.Web.UI.WebControls.DataControlField

ExtractValuesFromCell() public méthode

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
Résultat void

FormatImageUrlValue() protected méthode

protected FormatImageUrlValue ( object value ) : string
value object
Résultat string

GetDesignTimeValue() protected méthode

protected GetDesignTimeValue ( ) : string
Résultat string

GetFormattedAlternateText() protected méthode

protected GetFormattedAlternateText ( Control controlContainer ) : string
controlContainer System.Web.UI.Control
Résultat string

GetValue() protected méthode

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

Initialize() public méthode

public Initialize ( bool sortingEnabled, Control control ) : bool
sortingEnabled bool
control System.Web.UI.Control
Résultat bool

InitializeCell() public méthode

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
Résultat void

InitializeDataCell() protected méthode

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

OnDataBindField() protected méthode

protected OnDataBindField ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

ValidateSupportsCallback() public méthode

public ValidateSupportsCallback ( ) : void
Résultat void

Property Details

ThisExpression public_oe static_oe property

public static string ThisExpression
Résultat string