TechTalk Genome v4.2

TemplateQueryField Methods

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

Protected Instance Methods

CreateFilter Creates custom filter criteria based on the extracted raw values.
ExtractValuesFromCell Extracts raw values of the custom filter properties specified by one or more two-way binding statements (DataBind) from the current table cell and adds the values to the specified 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

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