ControlFilterExpression Methods
Assembly: System.Web.DynamicData (in System.Web.DynamicData.dll)
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetQueryable(IQueryable) | Gets the data source query to modify. (Overrides DataSourceExpression.GetQueryable(IQueryable).) |
![]() | GetType() | |
![]() | LoadViewState(Object) | Restores the previously saved view state. (Overrides DataSourceExpression.LoadViewState(Object).) |
![]() | MemberwiseClone() | |
![]() | SaveViewState() | Saves the changes to view state since the time the page was posted to the server.(Overrides DataSourceExpression.SaveViewState().) |
![]() | SetContext(Control, HttpContext, IQueryableDataSource) | Initializes the filter expression with data source information.(Overrides DataSourceExpression.SetContext(Control, HttpContext, IQueryableDataSource).) |
![]() | SetDirty() | Marks the DataSourceExpression object so that its state will be saved in view state.(Inherited from DataSourceExpression.) |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
![]() | TrackViewState() | Causes the ControlFilterExpression object to track changes to its view state so they can be stored in the control's view state object and to be persisted across requests for the same page.(Overrides DataSourceExpression.TrackViewState().) |
| Name | Description | |
|---|---|---|
![]() ![]() | IStateManager.LoadViewState(Object) | When implemented by a class, loads the previously saved view state of the data source expression object.(Inherited from DataSourceExpression.) |
![]() ![]() | IStateManager.SaveViewState() | When implemented by a class, saves the current view state of the DataSourceExpression object.(Inherited from DataSourceExpression.) |
![]() ![]() | IStateManager.TrackViewState() | When implemented by a class, tracks view state changes of the DataSourceExpression object so that the changes can be stored in the StateBag object for the data source expression object.(Inherited from DataSourceExpression.) |



