SqlPersonalizationProvider Methods

 

Namespace:   System.Web.UI.WebControls.WebParts
Assembly:  System.Web (in System.Web.dll)

NameDescription
System_CAPS_protmethodCreateSupportedUserCapabilities()

Returns a list of WebPartUserCapability objects that represent the set of known capabilities used by the Web Parts control set.(Inherited from PersonalizationProvider.)

System_CAPS_pubmethodDetermineInitialScope(WebPartManager^, PersonalizationState^)

Determines whether the initial personalization scope should be Shared or User scope.(Inherited from PersonalizationProvider.)

System_CAPS_pubmethodDetermineUserCapabilities(WebPartManager^)

Returns a dictionary containing WebPartUserCapability instances that represent the personalization-related capabilities of the currently executing user account.(Inherited from PersonalizationProvider.)

System_CAPS_pubmethodEquals(Object^)

Determines whether the specified object is equal to the current object.(Inherited from Object.)

System_CAPS_protmethodFinalize()

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.)

System_CAPS_pubmethodFindState(PersonalizationScope, PersonalizationStateQuery^, Int32, Int32, Int32%)

Returns a collection containing zero or more PersonalizationStateInfo-derived objects, based on the specified scope and parameters.(Overrides PersonalizationProvider::FindState(PersonalizationScope, PersonalizationStateQuery^, Int32, Int32, Int32%).)

System_CAPS_pubmethodGetCountOfState(PersonalizationScope, PersonalizationStateQuery^)

Returns a count of the number of rows in the underlying data store that exist for the specified scope parameter.(Overrides PersonalizationProvider::GetCountOfState(PersonalizationScope, PersonalizationStateQuery^).)

System_CAPS_pubmethodGetHashCode()

Serves as the default hash function. (Inherited from Object.)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_pubmethodInitialize(String^, NameValueCollection^)

Implements the initialization procedures required for a Microsoft SQL Server personalization provider. This method is not intended to be used directly from your code.(Overrides ProviderBase::Initialize(String^, NameValueCollection^).)

System_CAPS_protmethodLoadPersonalizationBlobs(WebPartManager^, String^, String^, array<Byte>^%, array<Byte>^%)

Loads personalization data from the underlying data store, based on the specified parameters.(Overrides PersonalizationProvider::LoadPersonalizationBlobs(WebPartManager^, String^, String^, array<Byte>^%, array<Byte>^%).)

System_CAPS_pubmethodLoadPersonalizationState(WebPartManager^, Boolean)

Loads the raw data from the underlying data store and converts that data into a PersonalizationState object.(Inherited from PersonalizationProvider.)

System_CAPS_protmethodMemberwiseClone()

Creates a shallow copy of the current Object.(Inherited from Object.)

System_CAPS_protmethodResetPersonalizationBlob(WebPartManager^, String^, String^)

Deletes personalization data from the underlying data store. (Overrides PersonalizationProvider::ResetPersonalizationBlob(WebPartManager^, String^, String^).)

System_CAPS_pubmethodResetPersonalizationState(WebPartManager^)

Resets personalization data to the underlying data store.(Inherited from PersonalizationProvider.)

System_CAPS_pubmethodResetState(PersonalizationScope, array<String^>^, array<String^>^)

Deletes personalization state information from the underlying data store, based on the specified parameters.(Overrides PersonalizationProvider::ResetState(PersonalizationScope, array<String^>^, array<String^>^).)

System_CAPS_pubmethodResetUserState(String^, DateTime)

Deletes user personalization data from the underlying data store, based on the specified parameters.(Overrides PersonalizationProvider::ResetUserState(String^, DateTime).)

System_CAPS_protmethodSavePersonalizationBlob(WebPartManager^, String^, String^, array<Byte>^)

Saves raw personalization data to the underlying Microsoft SQL Server database.(Overrides PersonalizationProvider::SavePersonalizationBlob(WebPartManager^, String^, String^, array<Byte>^).)

System_CAPS_pubmethodSavePersonalizationState(PersonalizationState^)

Saves personalization data to a data store.(Inherited from PersonalizationProvider.)

System_CAPS_pubmethodToString()

Returns a string that represents the current object.(Inherited from Object.)

Return to top
Show: