TechTalk Genome v4.2

QueryField Methods

The methods of the QueryField class are listed below. For a complete list of QueryField class members, see the QueryField 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 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 Performs instance initialisation for a QueryField.
InitializeCell Adds controls to a cell's controls collection.
ToString (inherited from Object)Returns a string that represents the current object.

Protected Instance Methods

CreateFilter Creates the filter criteria of the query field from the extracted raw values.
ExtractValuesFromCell 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.
LoadViewState 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.
OnFieldChanged Raises the FieldChanged event.
SaveViewState Saves any server control view-state changes that have occurred since the time the page was posted back to the server.
TrackViewState 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
IStateManager.LoadViewState
IStateManager.SaveViewState
IStateManager.TrackViewState

See Also

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