Click or drag to resize

ICustomDataWindows Methods

IT Hit User File System

The ICustomDataWindows type exposes the following members.

Methods
  NameDescription
Public methodAdd(T)
Adds an item to the ICollectionT.
(Inherited from ICollectionKeyValuePairString, IDataItem.)
Public methodAdd(TKey, TValue)
Adds an element with the provided key and value to the IDictionaryTKey, TValue.
(Inherited from IDictionaryString, IDataItem.)
Public methodAddOrUpdate(String)
Adds an element with the provided key to the dictionary. If an element with the provided key exists - updates the element.
(Inherited from ICustomData.)
Public methodAddOrUpdate(String, Object)
Adds an element with the provided key and value to the dictionary. If an element with the provided key exists - updates the element.
(Inherited from ICustomData.)
Public methodAddOrUpdateAsync(String)
Adds an element with the provided key the dictionary. If an element with the provided key exists - updates the element.
(Inherited from ICustomData.)
Public methodAddOrUpdateAsync(String, Object)
Adds an element with the provided key and value to the dictionary. If an element with the provided key exists - updates the element.
(Inherited from ICustomData.)
Public methodClear
Removes all items from the ICollectionT.
(Inherited from ICollectionKeyValuePairString, IDataItem.)
Public methodContains
Determines whether the ICollectionT contains a specific value.
(Inherited from ICollectionKeyValuePairString, IDataItem.)
Public methodContainsKey
Determines whether the IDictionaryTKey, TValue contains an element with the specified key.
(Inherited from IDictionaryString, IDataItem.)
Public methodCopyTo
Copies the elements of the ICollectionT to an Array, starting at a particular Array index.
(Inherited from ICollectionKeyValuePairString, IDataItem.)
Public methodCreate
Creates a new IDataItem that can be added to the dictionary.
(Inherited from ICustomData.)
Public methodCreateAndAdd
Creates a new IDataItem and adds it to the dictionary.
(Inherited from ICustomData.)
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
(Inherited from IEnumerableKeyValuePairString, IDataItem.)
Public methodRemove(TKey)
Removes the element with the specified key from the IDictionaryTKey, TValue.
(Inherited from IDictionaryString, IDataItem.)
Public methodRemove(T)
Removes the first occurrence of a specific object from the ICollectionT.
(Inherited from ICollectionKeyValuePairString, IDataItem.)
Public methodTryGetValue
Gets the value associated with the specified key.
(Inherited from IDictionaryString, IDataItem.)
Top
Extension Methods
  NameDescription
Public Extension MethodGetContentETag
Get content eTag or null if content eTag was never set.
(Defined by CustomDataExtensions.)
Public Extension MethodGetMetadataETag
Get metadata eTag or null if metadata eTag was never set.
(Defined by CustomDataExtensions.)
Public Extension MethodTryGetContentETag
Tries to get content eTag.
(Defined by CustomDataExtensions.)
Public Extension MethodTryGetMetadataETag
Tries to get metadata eTag.
(Defined by CustomDataExtensions.)
Top
See Also