DataDictionary Class |
Namespace: Slash.Unity.DataBind.Core.Data
The DataDictionary type exposes the following members.
| Name | Description | |
|---|---|---|
| DataDictionary | Initializes a new instance of the DataDictionary class |
| Name | Description | |
|---|---|---|
| Count |
Gets the number of elements contained in the ICollection.
| |
| IsFixedSize |
Gets a value indicating whether the IDictionary object has a fixed size.
| |
| IsSynchronized |
Gets a value indicating whether access to the ICollection is synchronized (thread
safe).
| |
| Item |
Gets or sets the element with the specified key.
| |
| Keys |
Gets an ICollection object containing the keys of the
IDictionary object.
| |
| KeyType |
Type of dictionary keys.
| |
| SyncRoot |
Gets an object that can be used to synchronize access to the ICollection.
| |
| Values |
Gets an ICollection object containing the values in the IDictionary object.
| |
| ValueType |
Type of dictionary values.
|
| Name | Description | |
|---|---|---|
| Add |
Adds an element with the provided key and value to the IDictionary object.
| |
| Clear |
Removes all elements from the IDictionary object.
| |
| Contains |
Determines whether the IDictionary object contains an element with the specified
key.
| |
| CopyTo | ||
| GetEnumerator |
Returns an IDictionaryEnumerator object for the
IDictionary object.
| |
| OnCollectionChanged |
Called when collection changed.
| |
| Remove |
Removes the element with the specified key from the IDictionary object.
| |
| TryGetValue |
Tries to get the values for the specified key.
|
| Name | Description | |
|---|---|---|
| CollectionChanged |
Triggered when the dictionary changed.
|
| Name | Description | |
|---|---|---|
| Implode |
Creates a separated string from the items of a collection.
Mostly used for debugging issues.
(Defined by CollectionUtils.) |