TechTalk Genome v4.2

EnumDropDownField Methods

The methods of the EnumDropDownField class are listed below. For a complete list of EnumDropDownField class members, see the EnumDropDownField Members topic.

Public Instance Methods

Equals (inherited from Object)Determines whether the specified object is equal to the current object.
ExtractValuesFromCell (inherited from BaseDropDownField) Fills the specified IDictionary object with the values from the specified TableCell object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type. Object.GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
Initialize (inherited from BoundField)Initializes the BoundField object.
InitializeCell (inherited from BoundField)Initializes the specified TableCell object to the specified row state.
ToString (inherited from DataControlField)Returns a string that represents this DataControlField object.
ValidateSupportsCallback (inherited from BoundField)Determines whether the controls contained in a BoundField object support callbacks.

Protected Instance Methods

BindDropDownPerforms data-binding for the drop-down list control with the specified data item.
BindLabelPerforms data-binding for the label with the specified data item.
CloneField (inherited from DataControlField)Creates a duplicate copy of the current DataControlField-derived object.
CopyProperties (inherited from BoundField)Copies the properties of the current BoundField object to the specified DataControlField object.
CreateField (inherited from BoundField)Creates an empty BoundField object.
Finalize (inherited from Object)Allows an object to attempt to free resources and perform other cleanup operations before the object is reclaimed by garbage collection.
FormatDataValue (inherited from BoundField)Formats the specified field value for a cell in the BoundField object.
GetDesignTimeValue (inherited from BoundField)Retrieves the value used for a field's value when rendering the BoundField object in a designer.
GetEnumText Gets a string representation of the enumValue parameter that will be used as text content of the list item.
GetEnumValue Gets a string representation of the enumValue parameter that will be used as the value of the list item.
GetValue (inherited from BoundField)Retrieves the value of the field bound to the BoundField object.
InitializeDataCell (inherited from BaseDropDownField) Initialises the specified TableCell object to the specified row state.
InitializeDropDown (inherited from BaseDropDownField)Initialises the drop-down list control.
LoadViewState (inherited from BoundField)
MemberwiseClone (inherited from Object)Creates a shallow copy of the current object.
OnDataBindField (inherited from BaseDropDownField)Handles the data-binding event of the field.
OnDataBindFieldOnInsert (inherited from BaseDropDownField)Handles the data-binding event of the drop-down list in insert mode.
OnFieldChanged (inherited from DataControlField)Raises the FieldChanged event.
SaveViewState (inherited from DataControlField)Saves the changes made to the DataControlField view state since the time the page was posted back to the server.
TrackViewState (inherited from DataControlField)Causes the DataControlField object to track changes to its view state so they can be stored in the control's DataControlField.ViewState property and persisted across requests for the same page.

Explicit Interface Implementations

IDataSourceViewSchemaAccessor.get_DataSourceViewSchema (inherited from DataControlField)
IDataSourceViewSchemaAccessor.set_DataSourceViewSchema (inherited from DataControlField)
IStateManager.get_IsTrackingViewState (inherited from DataControlField)
IStateManager.LoadViewState (inherited from DataControlField)Restores the data source view's previously saved view state.
IStateManager.SaveViewState (inherited from DataControlField)Saves the changes made to the DataControlField view state since the time the page was posted back to the server.
IStateManager.TrackViewState (inherited from DataControlField)Causes the DataControlField object to track changes to its view state so they can be stored in the control's DataControlField.ViewState property and persisted across requests for the same page.

See Also

EnumDropDownField Class | TechTalk.Genome.Extensions.Web.UI.Controls Namespace