TechTalk Genome v4.2

QueryCommandField Methods

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

Public Instance Methods

Equals (inherited from Object)Determines whether the specified object is equal to the current object.
ExtractFilterFromCell (inherited from QueryField) 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 (inherited from QueryField) 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

AddButtonToCell Adds a button control with the specified parameters to the cell.
AddSpace Adds a space to the specified container 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.
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.
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

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