SqlPersonalizationProvider Methods
.NET Framework 2.0
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| DetermineInitialScope | Determines whether the initial personalization scope should be Shared or User scope. (Inherited from PersonalizationProvider.) |
| DetermineUserCapabilities | Returns a dictionary containing WebPartUserCapability instances that represent the personalization-related capabilities of the currently executing user account. (Inherited from PersonalizationProvider.) |
| Equals | Overloaded. Determines whether two Object instances are equal. (Inherited from Object.) |
| FindState | Overridden. Returns a collection containing zero or more PersonalizationStateInfo-derived objects, based on the specified scope and parameters. |
| GetCountOfState | Overridden. Returns a count of the number of rows in the underlying data store that exist for the specified scope parameter. |
| GetHashCode | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) |
| GetType | Gets the Type of the current instance. (Inherited from Object.) |
| Initialize | Overridden. Implements the initialization procedures required for a Microsoft SQL Server personalization provider. This method is not intended to be used directly from your code. |
| LoadPersonalizationState | Loads the raw data from the underlying data store and converts that data into a PersonalizationState object. (Inherited from PersonalizationProvider.) |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (Inherited from Object.) |
| ResetPersonalizationState | Resets personalization data to the underlying data store. (Inherited from PersonalizationProvider.) |
| ResetState | Overridden. Deletes personalization state information from the underlying data store, based on the specified parameters. |
| ResetUserState | Overridden. Deletes user personalization data from the underlying data store, based on the specified parameters. |
| SavePersonalizationState | Saves personalization data to a data store. (Inherited from PersonalizationProvider.) |
| ToString | Returns a String that represents the current Object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| CreateSupportedUserCapabilities | Returns a list of WebPartUserCapability objects that represent the set of known capabilities used by the Web Parts control set. (Inherited from PersonalizationProvider.) |
| 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.) |
| LoadPersonalizationBlobs | Overridden. Loads personalization data from the underlying data store, based on the specified parameters. |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
| ResetPersonalizationBlob | Overridden. Deletes personalization data from the underlying data store. |
| SavePersonalizationBlob | Overridden. Saves raw personalization data to the underlying Microsoft SQL Server database. |
Community Additions
ADD
Show: