SqlPersonalizationProvider Methods

(see also Protected Methods )
  Name Description
Public method DetermineInitialScope  Determines whether the initial personalization scope should be Shared or User scope. (inherited from PersonalizationProvider)
Public method DetermineUserCapabilities  Returns a dictionary containing WebPartUserCapability instances that represent the personalization-related capabilities of the currently executing user account. (inherited from PersonalizationProvider)
Public method Equals  Overloaded. Determines whether two Object instances are equal. (inherited from Object)
Public method FindState Overridden. Returns a collection containing zero or more PersonalizationStateInfo-derived objects, based on the specified scope and parameters.
Public method GetCountOfState Overridden. Returns a count of the number of rows in the underlying data store that exist for the specified scope parameter.
Public method GetHashCode  Serves as a hash function for a particular type. (inherited from Object)
Public method GetType  Gets the Type of the current instance. (inherited from Object)
Public method 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.
Public method LoadPersonalizationState  Loads the raw data from the underlying data store and converts that data into a PersonalizationState object. (inherited from PersonalizationProvider)
Public method Static ReferenceEquals  Determines whether the specified Object instances are the same instance. (inherited from Object)
Public method ResetPersonalizationState  Resets personalization data to the underlying data store. (inherited from PersonalizationProvider)
Public method ResetState Overridden. Deletes personalization state information from the underlying data store, based on the specified parameters.
Public method ResetUserState Overridden. Deletes user personalization data from the underlying data store, based on the specified parameters.
Public method SavePersonalizationState  Saves personalization data to a data store. (inherited from PersonalizationProvider)
Public method ToString  Returns a String that represents the current Object. (inherited from Object)
Top

  Name Description
Protected method CreateSupportedUserCapabilities  Returns a list of WebPartUserCapability objects that represent the set of known capabilities used by the Web Parts control set. (inherited from PersonalizationProvider)
Protected method 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)
Protected method LoadPersonalizationBlobs Overridden. Loads personalization data from the underlying data store, based on the specified parameters.
Protected method MemberwiseClone  Creates a shallow copy of the current Object. (inherited from Object)
Protected method ResetPersonalizationBlob Overridden. Deletes personalization data from the underlying data store.
Protected method SavePersonalizationBlob Overridden. Saves raw personalization data to the underlying Microsoft SQL Server database.
Top

Community Additions

ADD
Show: