RuntimeStorageStrategy Members
Represents an object that can be used for implementing a binary storage strategy.Methods
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. Inherited from StorageStrategy. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetResourceData(String) | Returns binary data related to the specified resource key. Inherited from StorageStrategy. |
GetResourceKey(ASPxWebControlBase, Byte[], String) | Returns a key of the binary resource file. |
GetResourceKeyForResizedImage(ASPxWebControlBase, Byte[], String) | Returns the key of the resized binary image. Inherited from StorageStrategy. |
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. Inherited from StorageStrategy. |
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. Inherited from StorageStrategy. |
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. Inherited from StorageStrategy. |
ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also