Dictionary Class

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

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

The Dictionary type exposes the following members.

Constructors
  Name Description
Protected method Dictionary Initializes a new instance of the Dictionary class
Top
Properties
  Name Description
Public property AutoDelete
(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
(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
(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
(Inherited from RXObject)
Public method CompareTo
(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
(Inherited from RXObject)
Public method CopyTo Copies entries from this dictionary to the specified array.
Public method 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)
Protected method DeleteUnmanagedObject
(Inherited from RXObject)
Public method Dispose
(Inherited from DisposableWrapper)
Protected method Dispose(Boolean)
(Inherited from DisposableWrapper)
Public method Equals
(Inherited from DisposableWrapper)
Protected method Finalize
(Inherited from DisposableWrapper)
Public method GetEnumerator Returns an enumerator object for the collection.
Public method GetHashCode
(Inherited from DisposableWrapper)
Public method GetLifetimeService Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject)
Public method GetMetaObject
(Inherited from RXObject)
Public method GetRXClass
(Inherited from RXObject)
Public method GetType Gets the Type of the current instance.
(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 Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject)
Public method KeyAt Returns the keyword of the item specified by the ID in the dictionary object.
Protected method MemberwiseClone Creates a shallow copy of the current Object.
(Inherited from Object)
Protected method MemberwiseClone(Boolean) Creates a shallow copy of the current MarshalByRefObject object.
(Inherited from MarshalByRefObject)
Public method QueryX
(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 Returns a string that represents the current object.
(Inherited from Object)
Public method X
(Inherited from RXObject)
Top
See Also

©  Bricsys NV. All rights reserved.