TechTalk Genome v4.2

GenomeReferenceField Methods

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

Public Instance Methods

Equals (inherited from Object)Determines whether the specified object is equal to the current object.
ExtractValuesFromCell 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 Signals that the control is contained by field support callbacks.

Protected Instance Methods

BindListToSource Binds the datasource of the drop-down list control.
CloneField (inherited from DataControlField)Creates a duplicate copy of the current DataControlField-derived object.
CopyPropertiesCopies the properties of the current GenomeReferenceField object to the specified DataControlField object.
CreateField Creates an empty GenomeReferenceField 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.
GetDataDomainRole Gets the data domain role of the persistent objects that are bound to the data-bound control.
GetDesignTimeValue Retrieves the value used for a field's value when rendering the field object in a designer.
GetFieldType Gets the type of the persistent reference property bound to the field.
GetValue (inherited from BoundField)Retrieves the value of the field bound to the BoundField object.
InitializeDataCell Initialises the specified TableCell object to the specified row state.
LoadViewState (inherited from BoundField)
MemberwiseClone (inherited from Object)Creates a shallow copy of the current object.
OnDataBindFieldHandles the data-binding event of the field.
OnDataBindFieldOnInsertHandles 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

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