DBDictionaryEntry Structure

This class represents an entry in a DatabaseServices.DBDictionary object. It contains the key and object ID of an entry but does not store an actual entry.
Inheritance Hierarchy
SystemObject
  SystemValueType
    Teigha.DatabaseServicesDBDictionaryEntry

Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version: 26.9.0.0
Syntax
[SerializableAttribute]
public struct DBDictionaryEntry

The DBDictionaryEntry type exposes the following members.

Constructors
  Name Description
Public method DBDictionaryEntry Constructor for the DBDictionaryEntry class.
Top
Properties
  Name Description
Public property Key Property that represents key of an entry.
Public property Value Property that represents value of an entry.
Top
Methods
  Name Description
Public method Equals
(Inherited from ValueType)
Public method GetHashCode
(Inherited from ValueType)
Public method GetType
(Inherited from Object)
Public method ToString Returns an equivalent string representation of this object.
(Overrides ValueTypeToString)
Public method ToString(IFormatProvider) Returns an equivalent string representation of this object.
Top
Operators
Fields
  Name Description
Public field m_key  
Public field m_value  
Top
See Also

©  Bricsys NV. All rights reserved.