Contains the criteria for rebuilding a view, including filtering based on parameters.
| C# |
public class SavedSearch
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| SavedSearch()()() |
Creates a new instance, to support serialization.
| |
| SavedSearch(Guid, String, DataProvider) |
Creates a new instance.
| |
| SavedSearch(Guid, String, DbCommand) |
Creates a new instance.
| |
| ApplySearch(DataProvider) |
Applies the search criteria by updating the values of a DataProvider's SELECT command parameters.
| |
| ApplySearch(DbCommand) |
Applies the search criteria by updating the values of a SELECT command.
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetFilePath(String) |
Gets the full path to a saved search file.
| |
| GetHashCode()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| LoadSearch(String) |
Loads a saved search from a file.
| |
| MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Name |
Gets or sets the name.
| |
| Parameters |
Gets the parameters used as criteria to rebuild the view.
| |
| PersistSearch(SavedSearch) |
Persists a saved search to a file.
| |
| PersistSearch(String, SavedSearch) |
Persists a saved search to a file.
| |
| PublicationGuid |
Gets or sets the publication ID.
| |
| RefreshSearch(DataProvider) |
Refreshes the filtering criteria based on the parameter values of a DataProvider.
| |
| RefreshSearch(DbCommand) |
Refreshes the filtering criteria based on the parameter values of a SELECT command.
| |
| SavedSearchPath |
Gets the saved search file path.
| |
| TableName |
Gets or sets the table name.
| |
| ToString()()() | (Inherited from Object.) | |
| ViewState |
Gets or sets the grid view state.
|
| Object | |
| SavedSearch | |