DataPlace
SavedSearch Class
CSCS.DataPlace.Common.DataSavedSearch
Contains the criteria for rebuilding a view, including filtering based on parameters.
Declaration Syntax
C#
public class SavedSearch
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
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)
Determines whether the specified Object is equal to the current 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()()()
Returns a String that represents the current Object.
(Inherited from Object.)
ViewState
Gets or sets the grid view state.

Inheritance Hierarchy
Object
SavedSearch

Assembly: CS.DataPlace.Common (Module: CS.DataPlace.Common) Version: 2.0.3271.19817