DictionaryDataStoreAdapter Members
From Glimpse API
| DictionaryDataStoreAdapter Members | Glimpse API Documentation |
The DictionaryDataStoreAdapter type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| DictionaryDataStoreAdapter |
Initializes a new instance of the DictionaryDataStoreAdapter class.
|
Methods
| Name | Description | |
|---|---|---|
| Contains |
Determines whether the data store contains a definition for the specified key.
| |
| (Inherited from | ||
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from | ||
| Get |
Gets the item with the specified key.
| |
Serves as a hash function for a particular type. (Inherited from | ||
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
| Set |
Sets the item with the specified key.
| |
Returns a string that represents the current object. (Inherited from |
Extension Methods
| Name | Description | |
|---|---|---|
| Contains T |
Determines whether store contains and item with a key of T.
(Defined by DataStoreExtensions.) | |
| Get T | Overloaded.
Gets an item from store using <T> as a key. This method should be used in combination with Set<T>.
(Defined by DataStoreExtensions.) | |
| Get T (String) | Overloaded.
Gets an item from store using the key and casts to <T>.
(Defined by DataStoreExtensions.) | |
| GetTypeOrNull |
Returns the value of GetType if value is not null.
(Defined by ObjectExtensions.) | |
| Set T |
Sets an item in store using <T> as a key. This method should be used in combination with Get<T>.
(Defined by DataStoreExtensions.) | |
| ToStringOrDefault |
Returns the value of ToString if value is not null.
(Defined by ObjectExtensions.) |
See Also