TechTalk Genome v4.2

EqualsQueryField Methods

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

Protected Instance Methods

CreateFilter (inherited from SimpleQueryField) Creates the filter criteria of the query field from the extracted raw values.
CreateSimpleFilter Creates a filter criteria where the business property must be equal to the property value.
ExtractValuesFromCell (inherited from SimpleQueryField) Extracts the raw values of the simple query field 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

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