Dictionary Class

Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    Teigha.RuntimeDisposableWrapper
      Teigha.RuntimeRXObject
        Teigha.RuntimeDictionary

Namespace: Teigha.Runtime
Assembly: TD_Mgd (in TD_Mgd.dll) Version: 26.9.0.0
Syntax
public class Dictionary : RXObject, IDictionary

The Dictionary type exposes the following members.

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

©  Bricsys NV. All rights reserved.