Name | Description | |
---|---|---|
![]() | CloneableObjectStorageInMemory | Initializes a new instance of the Vintasoft.Data.CloneableObjectStorageInMemory class. |
Name | Description | |
---|---|---|
![]() | CloneableObjectStorageInMemory | Initializes a new instance of the Vintasoft.Data.CloneableObjectStorageInMemory class. |
Name | Description | |
---|---|---|
![]() | IsDisposed | Gets a value indicating whether this instance is disposed. |
![]() | Items | Gets a dictionary, which maps item keys into items. |
Name | Description | |
---|---|---|
![]() | AddItem | Adds new item to the data storage. |
![]() | 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. |
![]() | DeleteItem | Deletes the item from the data storage. |
![]() | Dispose | Releases all resources used by the Vintasoft.Data.CloneableObjectStorageInMemory. |
![]() | GetItemCopy | Returns an item copy from the data storage. |
![]() | GetKeys | Returns the keys of all items from data storage. |
![]() | LockItem | Overloaded. Locks an item in data storage and returns the item. |
![]() | SetItem | Sets the existing item in the data storage. |
![]() | UnlockItem | Unlocks the locked item in data storage. |
Name | Description | |
---|---|---|
![]() | CheckDataType | Checks the type of the item. |