PersonalizationProvider Members
.NET Framework 2.0
Implements the basic functionality for a personalization provider.
The following tables list the members exposed by the PersonalizationProvider type.
| Name | Description | |
|---|---|---|
| PersonalizationProvider | Initializes a new instance of the PersonalizationProvider class. |
| Name | Description | |
|---|---|---|
| ApplicationName | When overridden in a derived class, gets or sets the name of the application configured for the provider. |
| Description | Gets a brief, friendly description suitable for display in administrative tools or other user interfaces (UIs).(Inherited from ProviderBase.) |
| Name | Gets the friendly name used to refer to the provider during configuration.(Inherited from ProviderBase.) |
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| DetermineInitialScope | Determines whether the initial personalization scope should be Shared or User scope. |
| DetermineUserCapabilities | Returns a dictionary containing WebPartUserCapability instances that represent the personalization-related capabilities of the currently executing user account. |
| Equals | Overloaded. Determines whether two Object instances are equal. (Inherited from Object.) |
| FindState | When overridden in a derived class, returns a collection containing zero or more PersonalizationStateInfo-derived objects based on scope and specific query parameters. |
| GetCountOfState | When overridden in a derived class, returns the number of rows in the underlying data store that exist within the specified scope. |
| 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 | Initializes the provider. (Inherited from ProviderBase.) |
| LoadPersonalizationState | Loads the raw data from the underlying data store and converts that data into a PersonalizationState object. |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (Inherited from Object.) |
| ResetPersonalizationState | Resets personalization data to the underlying data store. |
| ResetState | When overridden in a derived class, deletes personalization state from the underlying data store based on the specified parameters. |
| ResetUserState | When overridden in a derived class, deletes Web Parts personalization data from the underlying data store based on the specified parameters. |
| SavePersonalizationState | Saves personalization data to a data store. |
| 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. |
| 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 | When overridden in a derived class, loads raw personalization data from the underlying data store. |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
| ResetPersonalizationBlob | When overridden in a derived class, deletes raw personalization data from the underlying data store. |
| SavePersonalizationBlob | When overridden in a derived class, saves raw personalization data to the underlying data store. |
Community Additions
ADD
Show: