FileDependencyManager Class

This class allows management of entries in the .dwg section of the File Dependency List.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    Teigha.RuntimeDisposableWrapper
      Teigha.DatabaseServicesFileDependencyManager

Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version: 26.9.0.0
Syntax
public sealed class FileDependencyManager : DisposableWrapper

The FileDependencyManager type exposes the following members.

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 CountEntries Property that represents the number of unique entries in the .dwg section of the File Dependency List.
Public property IsDisposed Property that indicates whether pointer to native code unmanaged object == IntPtr::Zero.
(Inherited from DisposableWrapper)
Public property IteratorNext Property that represents the index of the next entry in the .dwg section of the File Dependency List. The returned value may be used in the getEntry() and eraseEntry() methods.
Public property UnmanagedObject Property that represents a pointer to an unmanaged object.
(Inherited from DisposableWrapper)
Top
Methods
  Name Description
Public method CreateEntry Creates an entry in the .dwg section of the File Dependency List.
Public method CreateObjRef
(Inherited from MarshalByRefObject)
Public method Dispose
(Inherited from DisposableWrapper)
Public method Equals Checks objects for equality.
(Inherited from DisposableWrapper)
Public method EraseEntry(Int32, Boolean) Erases the specified entry from the .dwg section of the File Dependency List.
Public method EraseEntry(String, String, Boolean) Erases the specified entry from the .dwg section of the File Dependency List.
Public method GetEntry(Int32) Returns the specified entry in the .dwg section of the File Dependency List.
Public method GetEntry(Int32, Boolean) Returns the specified entry in the .dwg section of the File Dependency List.
Public method GetEntry(String, String) Returns the specified entry in the .dwg section of the File Dependency List.
Public method GetEntry(String, String, Boolean) Returns the specified entry in the .dwg section of the File Dependency List.
Public method GetHashCode Retrieves the object hash code.
(Inherited from DisposableWrapper)
Public method GetLifetimeService
(Inherited from MarshalByRefObject)
Public method GetType
(Inherited from Object)
Public method InitializeLifetimeService
(Inherited from MarshalByRefObject)
Public method IteratorInitialize Initializes an iterator for the .dwg section of the File Dependency List.
Public method ToString
(Inherited from Object)
Public method UpdateEntry(Int32)  
Public method UpdateEntry(String, String)  
Top
Remarks
Every database instance has a permanent association with an instance of this class.
See Also

©  Bricsys NV. All rights reserved.