Dictionary Class |
The Dictionary type exposes the following members.
| Name | Description | |
|---|---|---|
| Dictionary | Constructor for the Dictionary class. |
| Name | Description | |
|---|---|---|
| AutoDelete | Property that indicates whether the object should be
automatically deleted by the Garbage Collector. (Inherited from DisposableWrapper) |
|
| Count | Property that represents the number of items in the dictionary object. | |
| DeletesObjects | ||
| IDictionary_Item | ||
| IsCaseSensitive | Property that indicates whether the keywords of the dictionary object are case-sensitive. | |
| IsDisposed | Property that indicates whether pointer to native code
unmanaged object == IntPtr::Zero. (Inherited from DisposableWrapper) |
|
| IsFixedSize | ||
| IsReadOnly | ||
| IsSorted | Property that indicates whether the dictionary is sorted. | |
| IsSynchronized | ||
| Item | Property that represents an entry in the dictionary according to the keyword. | |
| Keys | ||
| SyncRoot | ||
| UnmanagedObject | Property that represents a pointer to an unmanaged
object. (Inherited from DisposableWrapper) |
|
| Values |
| Name | Description | |
|---|---|---|
| At(Int32) | Returns value from the dictionary at the given id. | |
| At(String) | Returns value from the dictionary at the given key. | |
| AtKeyAndIdPut | Adds to the dictionary a value with given id, then resets the key for this id to the given value. | |
| AtPut(Int32, RXObject) | Adds to the dictionary a value with given id. | |
| AtPut(String, RXObject) | Adds to the dictionary a value with given key. | |
| AtPut(Int32, RXObject, RXObject) | Adds to the dictionary a value with given id. | |
| AtPut(String, RXObject, Int32) | Adds to the dictionary a value with given key. In retId returns id assigned to this value. | |
| AtPut(String, RXObject, RXObject) | Adds to the dictionary a value with given id. | |
| AtPut(String, RXObject, Int32, RXObject) | Adds to the dictionary a value with given key. In retId returns id assigned to this value. | |
| Clone | Creates a *clone* of this object, and returns a pointer to the
*clone*. (Inherited from RXObject) |
|
| CompareTo | Allows classes to compare class objects. (Inherited from RXObject) |
|
| Contains(Int32) | Checks whether the dictionary contains an item for the specified id. | |
| Contains(String) | Checks whether the dictionary contains an item for the specified key. | |
| CopyFrom | Copies the contents of the specified object into this
object. (Inherited from RXObject) |
|
| CopyTo | Copies entries from this dictionary to the specified array. | |
| CreateObjRef | (Inherited from MarshalByRefObject) |
|
| DeleteUnmanagedObject | (Inherited from RXObject) |
|
| Dispose | (Inherited from DisposableWrapper) |
|
| Dispose(Boolean) | (Inherited from DisposableWrapper) |
|
| Equals | Checks objects for equality. (Inherited from DisposableWrapper) |
|
| Finalize | (Inherited from DisposableWrapper) |
|
| GetEnumerator | Returns an enumerator object for the collection. | |
| GetHashCode | Retrieves the object hash code. (Inherited from DisposableWrapper) |
|
| GetLifetimeService | (Inherited from MarshalByRefObject) |
|
| GetMetaObject | (Inherited from RXObject) |
|
| GetRXClass | Gets a class describing instance dynamically associated with
this object as the OdRxClass object. (Inherited from RXObject) |
|
| GetType | (Inherited from Object) |
|
| ICollection_CopyTo | ||
| IdAt | Returns the ID of the item specified by the keyword in the dictionary object. | |
| IDictionary_Add | ||
| IDictionary_Clear | ||
| IDictionary_Contains | ||
| IDictionary_Remove | ||
| IEnumerable_GetEnumerator | ||
| InitializeLifetimeService | (Inherited from MarshalByRefObject) |
|
| KeyAt | Returns the keyword of the item specified by the ID in the dictionary object. | |
| MemberwiseClone | (Inherited from Object) |
|
| MemberwiseClone(Boolean) | (Inherited from MarshalByRefObject) |
|
| QueryX | Checks whether the object belongs to the specified class and
returns a pointer to this object if this object can be converted to
the specified class. (Inherited from RXObject) |
|
| Remove(Int32) | Removes the item specified by keyword or ID from the dictionary object. | |
| Remove(String) | Removes the item specified by keyword from the dictionary object. | |
| ResetKey(Int32, String) | Sets the keyword for the item specified by ID for the dictionary object. | |
| ResetKey(String, String) | Sets the new keyword for the item specified by an old keyword for the dictionary object. | |
| ToString | (Inherited from Object) |
|
| X | Checks whether the object belongs to the specified class and
returns a pointer to this object if this object can be converted to
the specified class, or throws an exception if it cannot. (Inherited from RXObject) |
| © Bricsys NV. All rights reserved. |