Name | Description | |
---|---|---|
CompressedImageStorage | Overloaded. Initializes a new instance of the |
Name | Description | |
---|---|---|
CompressedImageStorage | Overloaded. Initializes a new instance of the |
Name | Description | |
---|---|---|
Compressor | Gets or sets the compressor that will be used for encoding images stored in storage. |
Name | Description | |
---|---|---|
IsDisposed | Gets a value indicating whether this instance is disposed. (Inherited from CloneableObjectStorageInMemory) | |
Items | Gets a dictionary, which maps item keys into items. (Inherited from CloneableObjectStorageInMemory) |
Name | Description | |
---|---|---|
AddItem | Adds new item to the data storage. (Inherited from CloneableObjectStorageInMemory) | |
CanStore | Determines whether the data of specified type can be stored in the data storage. | |
Contains | Determines whether the data storage contains an item with the specified identifier. (Inherited from CloneableObjectStorageInMemory) | |
DeleteItem | Deletes the item from the data storage. (Inherited from CloneableObjectStorageInMemory) | |
Dispose | Releases all resources used by the CloneableObjectStorageInMemory. (Inherited from CloneableObjectStorageInMemory) | |
GetItemCopy | Returns an item copy from the data storage. (Inherited from CloneableObjectStorageInMemory) | |
GetKeys | Returns the keys of all items from data storage. (Inherited from CloneableObjectStorageInMemory) | |
LockItem | Overloaded. Locks an item in data storage and returns the item. (Inherited from CloneableObjectStorageInMemory) | |
SetItem | Sets the existing item in the data storage. (Inherited from CloneableObjectStorageInMemory) | |
UnlockItem | Unlocks the locked item in data storage. (Inherited from CloneableObjectStorageInMemory) |
Name | Description | |
---|---|---|
CheckDataType | Checks the type of the item. (Inherited from CloneableObjectStorageInMemory) | |
NeedCompressImage | Determines whether the storage need to compress an image. |