BCAuditTrailer Class | 
Namespace: BlueCieloECM.InnoCielo.Meridian.Server
The BCAuditTrailer type exposes the following members.
| Name | Description | |
|---|---|---|
| IsDisposed | 
            Gets a value indicating whether the object has been disposed of. 
              (Inherited from DisposableObject.) | |
| UnderlyingObject | 
            Gets the underlying wrapped object. 
              (Inherited from DisposableObject.) | 
| Name | Description | |
|---|---|---|
| AddRecord | 
            Adds a record to the database.
              | |
| Commit | 
            Commits records added to the database. 
              | |
| Dispose | 
            Releases the underlying wrapped object explicitly.
              (Inherited from DisposableObject.) | |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| OnDispose | 
            The method is called on the Dispose method call.
            Derived classes should override the method to perform custom disposing.
              (Inherited from DisposableObject.) | |
| Revoke | 
            Discards records added to the database.
              | |
| ThrowIfDisposed | 
            Throws the ObjectDisposedException exception if 
            the underlying object has been disposed.
              (Inherited from DisposableObject.) | |
| ToString | (Inherited from Object.) | |
| WriteRecord | 
            Adds a record to the database and commits the changes.
              |