TechTalk Genome v4.2

ReferenceQueryField Methods

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

Public Instance Methods

Equals (inherited from Object)Determines whether the specified object is equal to the current object.
ExtractFilterFromCell Extracts the filter of the reference query field from the current table cell and adds the value to the specified IQueryFilterCollection.
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 QueryField) Performs instance initialisation for a QueryField.
InitializeCell Adds the drop-down list and data source controls of the ReferenceQueryField object to the cell's controls collection.
ToString (inherited from Object)Returns a string that represents the current object.

Protected Instance Methods

BindListToSource Binds the data source of the drop-down list control.
CreateFilter (inherited from QueryField) Creates the filter criteria of the query field from the extracted raw values.
ExtractValuesFromCell (inherited from QueryField) Extracts the raw values of the query field controls from the current table cell into an IOrderedDictionary collection.
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.
GetDataDomainRole Gets the data domain role of persistent objects bound to the drop-down list control.
GetFieldType Gets the type of the persistent reference property filtered by the ReferenceQueryField.
LoadViewState (inherited from QueryField) Restores view-state information from a previous page request that was saved by the QueryField.SaveViewState method.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current object.
OnDataBindFieldHandles the data-binding event of the field.
OnFieldChanged (inherited from QueryField) Raises the FieldChanged event.
SaveViewState (inherited from QueryField) Saves any server control view-state changes that have occurred since the time the page was posted back to the server.
TrackViewState (inherited from QueryField) Causes tracking of view-state changes to the server control so they can be stored in the server control's StateBag object.

Explicit Interface Implementations

IStateManager.get_IsTrackingViewState (inherited from QueryField)
IStateManager.LoadViewState (inherited from QueryField)
IStateManager.SaveViewState (inherited from QueryField)
IStateManager.TrackViewState (inherited from QueryField)

See Also

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