Click or drag to resize

XDataDictionary Methods

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI

The XDataDictionary type exposes the following members.

Methods
  NameDescription
Public methodAdd
Adds an extended data to the current dictionary.
Public methodAddRange
Adds a list of extended data to the current dictionary.
Public methodClear
Removes all extended data from the current dictionary.
Public methodContainsAppId
Determines whether current dictionary contains an extended data with the specified application registry name.
Public methodContainsValue
Determines whether current dictionary contains a specified extended data.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that iterates through the dictionary.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodRemove
Removes an extended data with the specified application registry name from the current dictionary.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTryGetValue
Gets the extended data associated with the specified application registry name.
Top
See Also