Skip to main content
A newer version of this page is available. .
Tab

StorageStrategy Methods

Serves as a base class for the RuntimeStorageStrategy object.
Name Description
CanStoreData(ASPxWebControlBase) Returns a value that indicates whether the specified web control’s binary data can be stored within a binary storage.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetControlUniqueName(ASPxWebControlBase) Returns the specified control’s unique name within a web site.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetResourceData(String) Returns binary data related to the specified resource key.
GetResourceKeyForResizedImage(ASPxWebControlBase, Byte[], String) Returns the key of the resized binary image.
GetResourceUrl(ASPxWebControlBase, Byte[], String, String) Returns the URL of the binary resource file.
GetResourceUrl(ASPxWebControlBase, Byte[], String) Obsolete. Returns a URL of the binary resource file.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ProcessRequest(String) Processes the request to obtain the specified binary resource.
ProcessRequestForResizedImage(String) Processes the request to obtain the specified resized binary image.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
StoreResourceData(ASPxWebControlBase, String, BinaryStorageData) Stores binary data with the specified resource key.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also