DataLinkManager Class

This class manages the data links in a database.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    Teigha.RuntimeDisposableWrapper
      Teigha.RuntimeRXObject
        Teigha.DatabaseServicesDataLinkManager

Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version: 24.2.0.0
Syntax
public sealed class DataLinkManager : RXObject

The DataLinkManager type exposes the following members.

Properties
  Name Description
Public property AutoDelete
(Inherited from DisposableWrapper)
Public property DataLinkCount Property that represents the number of data links in this manager.
Public property IsDisposed
(Inherited from DisposableWrapper)
Public property UnmanagedObject
(Inherited from DisposableWrapper)
Top
Methods
  Name Description
Public method AddDataLink Adds the specified data link object to this manager.
Public method Clone
(Inherited from RXObject)
Public method CompareTo
(Inherited from RXObject)
Public method CopyFrom
(Inherited from RXObject)
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)
Public method Dispose
(Inherited from DisposableWrapper)
Public method Equals
(Inherited from DisposableWrapper)
Public method GetDataLink Returns a collection of object identifiers of data links.
Public method GetDataLink(String) Returns the object ID for a data link with the specified name.
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 GetRXClass
(Inherited from RXObject)
Public method GetType Gets the Type of the current instance.
(Inherited from Object)
Public method InitializeLifetimeService Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject)
Public method QueryX
(Inherited from RXObject)
Public method RemoveDataLink(ObjectId) Removes a data link that has the specified object identifier of the data link.
Public method RemoveDataLink(String) Removes a data link with the specified data link name.
Public method ToString Returns a string that represents the current object.
(Inherited from Object)
Public method Update(UpdateDirection, UpdateOption) Updates the data for all data links in this data link manager.
Public method Update(ObjectIdCollection, UpdateDirection, UpdateOption) Updates the data for the specified data links in this data link manager.
Public method X
(Inherited from RXObject)
Top
See Also

©  Bricsys NV. All rights reserved.