Click or drag to resize
CalculationWorks Logo
BcfDataSetDiagnostics Methods

The BcfDataSetDiagnostics type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(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 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 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 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 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 methodOnRedoing
Called when just before redoing an item.
Public methodOnUndoing
Called just before undoing an item.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also