Click or drag to resize
CalculationWorks Logo
BcfDataSetDiagnostics Methods

The BcfDataSetDiagnostics type exposes the following members.

Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodOnBeginCalculating
Called when calculating begins.
Public methodOnBeginCalculatingBucket
Called when begin calculating the next execution plan bucket.
Public methodOnBeginCalculatingCell
Called when begin calculating a cell.
Public methodOnBeginCommit
Called when begins to commit a transaction.
Public methodOnBeginCreateSavePoint
Called when a BcfTransaction begins to create a BcfSavePoint.
Public methodOnBeginCreateTransaction
Called when begins to create a transaction.
Public methodOnBeginEventReleaseEnd
Called before EventsReleaseEnd.
Public methodOnBeginEventReleaseStart
Called before EventsReleaseStart.
Public methodOnBeginRedo
Called when redo begins.
Public methodOnBeginReleasingEvents
Called when begins to releasing deferred events.
Public methodOnBeginRestoreSavePoint
Called when restoring a BcfSavePoint begins.
Public methodOnBeginRollback
Called when a transaction rollback begins.
Public methodOnBeginUndo
Called when undo begins.
Public methodOnBeginValidating
Called when validation begins.
Public methodOnBeginValidatingCell
Called when begin validating a cell.
Public methodOnEndCalculating
Called when calculating ends.
Public methodOnEndCalculatingBucket
Called when calculating the current execution plan bucket ends.
Public methodOnEndCalculatingCell
Called when a cell was calculated.
Public methodOnEndCommit
Called when a transaction was committed.
Public methodOnEndCreateSavePoint
Called when a BcfSavePoint was created.
Public methodOnEndCreateTransaction
Called when a transaction was created.
Public methodOnEndEventReleaseEnd
Called after EventsReleaseEnd.
Public methodOnEndEventReleaseStart
Called after EventsReleaseStart.
Public methodOnEndRedo
Called when redo is done.
Public methodOnEndReleasingEvents
Called when releasing deferred events is done.
Public methodOnEndRestoreSavePoint
Called when restoring a BcfSavePoint ends.
Public methodOnEndRollback
Called when a transaction rollback is done.
Public methodOnEndUndo
Called when undo is done.
Public methodOnEndValidating
Called when validation ends.
Public methodOnEndValidatingCell
Called when a cell was validated.
Public methodOnExceptionCreated
Called when an exception is created.
Public methodToString (Inherited from Object.)
Top
See Also