DictionaryDataStoreAdapter Members

Glimpse API

DictionaryDataStoreAdapter Members Glimpse API Documentation

The DictionaryDataStoreAdapter type exposes the following members.

Constructors

  NameDescription
Public methodDictionaryDataStoreAdapter
Initializes a new instance of the DictionaryDataStoreAdapter class.
Back to Top
Methods

  NameDescription
Public methodContains
Determines whether the data store contains a definition for the specified key.
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodGet
Gets the item with the specified key.
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodSet
Sets the item with the specified key.
Public methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
Back to Top
Extension Methods

  NameDescription
Public Extension MethodContains T 
Determines whether store contains and item with a key of T.
(Defined by DataStoreExtensions.)
Public Extension MethodGet 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.)
Public Extension MethodGet T (String)Overloaded.
Gets an item from store using the key and casts to <T>.
(Defined by DataStoreExtensions.)
Public Extension MethodGetTypeOrNull
Returns the value of GetType if value is not null.
(Defined by ObjectExtensions.)
Public Extension MethodSet T 
Sets an item in store using <T> as a key. This method should be used in combination with Get<T>.
(Defined by DataStoreExtensions.)
Public Extension MethodToStringOrDefault
Returns the value of ToString if value is not null.
(Defined by ObjectExtensions.)
Back to Top
See Also