DictionaryDataStoreAdapter Members | Glimpse API Documentation |
The DictionaryDataStoreAdapter type exposes the following members.
Back to Top
Back to Top
Back to Top
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.
| |
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
Get |
Gets the item with the specified key.
| |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Set |
Sets the item with the specified key.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
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