| Имя | Описание | |
|---|---|---|
![]() | AddItem | Adds new item to the data storage. (Наследуется от CloneableObjectStorageInMemory) |
![]() | CanStore | Определяет, могут ли данные указанного типа храниться в хранилище данных. |
![]() | Contains | Determines whether the data storage contains an item with the specified identifier. (Наследуется от CloneableObjectStorageInMemory) |
![]() | DeleteItem | Deletes the item from the data storage. (Наследуется от CloneableObjectStorageInMemory) |
![]() | Dispose | Releases all resources used by the CloneableObjectStorageInMemory. (Наследуется от CloneableObjectStorageInMemory) |
![]() | GetItemCopy | Returns an item copy from the data storage. (Наследуется от CloneableObjectStorageInMemory) |
![]() | GetKeys | Returns the keys of all items from data storage. (Наследуется от CloneableObjectStorageInMemory) |
![]() | LockItem | Overloaded. Locks an item in data storage and returns the item. (Наследуется от CloneableObjectStorageInMemory) |
![]() | SetItem | Sets the existing item in the data storage. (Наследуется от CloneableObjectStorageInMemory) |
![]() | UnlockItem | Unlocks the locked item in data storage. (Наследуется от CloneableObjectStorageInMemory) |

