AuditInfo Class

This class keeps track of common audit information to be used during a database audit operation.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    Teigha.RuntimeDisposableWrapper
      Teigha.DatabaseServicesAuditInfo

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

The AuditInfo type exposes the following members.

Constructors
  Name Description
Public method AuditInfo Default constructor for the AuditInfo class.
Top
Properties
  Name Description
Public property AuditPass Property that represents the current audit pass.
Public property AutoDelete Property that indicates whether the object should be automatically deleted by the Garbage Collector.
(Inherited from DisposableWrapper)
Public property FixErrors Property that indicates whether errors are to be fixed by the entity that is being implemented.
Public property IsDisposed Property that indicates whether pointer to native code unmanaged object == IntPtr::Zero.
(Inherited from DisposableWrapper)
Public property NumEntities Property that represents count of processed entities maintained in the instance of AuditInfo.
Public property NumErrors Property that represents count of errors maintained in the instance of AuditInfo.
Public property NumFixes Property that represents count of errors fixed maintained in the instance of AuditInfo.
Public property UnmanagedObject Property that represents a pointer to an unmanaged object.
(Inherited from DisposableWrapper)
Top
Methods
  Name Description
Public method CreateObjRef
(Inherited from MarshalByRefObject)
Protected method DeleteUnmanagedObject
(Overrides DisposableWrapperDeleteUnmanagedObject)
Public method Dispose
(Inherited from DisposableWrapper)
Protected method Dispose(Boolean)
(Inherited from DisposableWrapper)
Public method Equals Checks objects for equality.
(Inherited from DisposableWrapper)
Public method ErrorsFixed Increments the count of errors reported as fixed to this object.
Public method ErrorsFound Increments the count of errors that should be interpreted as skipped.
Protected method Finalize
(Inherited from DisposableWrapper)
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 IncNumEntities Increments by one the number of errors reported as processed to this AuditInfo object.
Public method InitializeLifetimeService
(Inherited from MarshalByRefObject)
Protected method MemberwiseClone
(Inherited from Object)
Protected method MemberwiseClone(Boolean)
(Inherited from MarshalByRefObject)
Public method PrintError(DBObject, String, String, String) Notification function called to print error information.
Public method PrintError(String, String, String, String) Notification function called to print error information.
Public method PrintNumEntities If the current number of maintained entities is a multiple of 100, prints the specified message (if not null) followed by the current entity count to the log file where audit information is stored.
Public method RequestRegen Enables fixed objects to specify that regeneration is required.
Public method ResetNumEntities Resets the count of currently maintained entities to 0.
Public method ToString
(Inherited from Object)
Top
See Also

©  Bricsys NV. All rights reserved.