Dictionary Class |
The Dictionary type exposes the following members.
Name | Description | |
---|---|---|
![]() |
Dictionary | Initializes a new instance of the Dictionary class |
Name | Description | |
---|---|---|
![]() |
AutoDelete | (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 | (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 | (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 | (Inherited from RXObject) |
![]() |
CompareTo | (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 | (Inherited from RXObject) |
![]() |
CopyTo | Copies entries from this dictionary to the specified array. |
![]() |
CreateObjRef | Creates an object that contains all the relevant information
required to generate a proxy used to communicate with a remote
object. (Inherited from MarshalByRefObject) |
![]() |
DeleteUnmanagedObject | (Inherited from RXObject) |
![]() |
Dispose | (Inherited from DisposableWrapper) |
![]() |
Dispose(Boolean) | (Inherited from DisposableWrapper) |
![]() |
Equals | (Inherited from DisposableWrapper) |
![]() |
Finalize | (Inherited from DisposableWrapper) |
![]() |
GetEnumerator | Returns an enumerator object for the collection. |
![]() |
GetHashCode | (Inherited from DisposableWrapper) |
![]() |
GetLifetimeService | Retrieves the current lifetime service object that controls the
lifetime policy for this instance. (Inherited from MarshalByRefObject) |
![]() |
GetMetaObject | (Inherited from RXObject) |
![]() |
GetRXClass | (Inherited from RXObject) |
![]() |
GetType | Gets the Type of the current
instance. (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 | Obtains a lifetime service object to control the lifetime
policy for this instance. (Inherited from MarshalByRefObject) |
![]() |
KeyAt | Returns the keyword of the item specified by the ID in the dictionary object. |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
![]() |
MemberwiseClone(Boolean) | Creates a shallow copy of the current MarshalByRefObject object. (Inherited from MarshalByRefObject) |
![]() |
QueryX | (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 | Returns a string that represents the current object. (Inherited from Object) |
![]() |
X | (Inherited from RXObject) |
© Bricsys NV. All rights reserved. |