| BcfDataSetDiagnostics Class | |
Namespace: CalculationWorks.BusinessModel.Behaviors
The BcfDataSetDiagnostics type exposes the following members.
| Name | Description | |
|---|---|---|
| BcfDataSetDiagnostics | Initializes a new instance of the BcfDataSetDiagnostics class |
| Name | Description | |
|---|---|---|
| DataSet |
Gets the BcfDataSet the behavior item belongs to.
(Inherited from BcfDataSetBehaviorItemBase.) | |
| Enabled |
Gets or sets a value indicating whether this BcfDataSetDiagnostics is enabled. Default is false.
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| OnBeginCalculating |
Called when calculating begins.
| |
| OnBeginCalculatingBucket |
Called when begin calculating the next execution plan bucket.
| |
| OnBeginCalculatingCell |
Called when begin calculating a cell.
| |
| OnBeginCommit |
Called when begins to commit a transaction.
| |
| OnBeginCreateSavePoint |
Called when a BcfTransaction begins to create a BcfSavePoint.
| |
| OnBeginCreateTransaction |
Called when begins to create a transaction.
| |
| OnBeginEventReleaseEnd |
Called before EventsReleaseEnd.
| |
| OnBeginEventReleaseStart |
Called before EventsReleaseStart.
| |
| OnBeginRedo |
Called when redo begins.
| |
| OnBeginReleasingEvents |
Called when begins to releasing deferred events.
| |
| OnBeginRestoreSavePoint |
Called when restoring a BcfSavePoint begins.
| |
| OnBeginRollback |
Called when a transaction rollback begins.
| |
| OnBeginUndo |
Called when undo begins.
| |
| OnBeginValidating |
Called when validation begins.
| |
| OnBeginValidatingCell |
Called when begin validating a cell.
| |
| OnDiscard | (Inherited from BcfDataSetBehaviorItemBase.) | |
| OnEndCalculating |
Called when calculating ends.
| |
| OnEndCalculatingBucket |
Called when calculating the current execution plan bucket ends.
| |
| OnEndCalculatingCell |
Called when a cell was calculated.
| |
| OnEndCommit |
Called when a transaction was committed.
| |
| OnEndCreateSavePoint |
Called when a BcfSavePoint was created.
| |
| OnEndCreateTransaction |
Called when a transaction was created.
| |
| OnEndEventReleaseEnd |
Called after EventsReleaseEnd.
| |
| OnEndEventReleaseStart |
Called after EventsReleaseStart.
| |
| OnEndRedo |
Called when redo is done.
| |
| OnEndReleasingEvents |
Called when releasing deferred events is done.
| |
| OnEndRestoreSavePoint |
Called when restoring a BcfSavePoint ends.
| |
| OnEndRollback |
Called when a transaction rollback is done.
| |
| OnEndUndo |
Called when undo is done.
| |
| OnEndValidating |
Called when validation ends.
| |
| OnEndValidatingCell |
Called when a cell was validated.
| |
| OnExceptionCreated |
Called when an exception is created.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| BeginCalculating |
Occurs when calculating begins.
| |
| BeginCalculatingBucket |
Occurs when begin calculating the next execution plan bucket.
| |
| BeginCalculatingCell |
Occurs when begin calculating a cell.
| |
| BeginCommit |
Occurs when begins to commit a transaction.
| |
| BeginCreateSavePoint |
Occurs when a BcfTransaction begins to create a BcfSavePoint.
| |
| BeginCreateTransaction |
Occurs when begins to create a transaction.
| |
| BeginEventReleaseEnd |
Occurs before EventsReleaseEnd.
| |
| BeginEventReleaseStart |
Occurs before EventsReleaseStart.
| |
| BeginRedo |
Occurs when redo begins.
| |
| BeginReleasingEvents |
Occurs when begins to releasing deferred events.
| |
| BeginRestoreSavePoint |
Occurs when restoring a BcfSavePoint begins.
| |
| BeginRollback |
Occurs when a transaction rollback begins.
| |
| BeginUndo |
Occurs when undo begins.
| |
| BeginValidating |
Occurs when validation begins.
| |
| BeginValidatingCell |
Occurs when begin validating a cell.
| |
| EndCalculating |
Occurs when calculating ends.
| |
| EndCalculatingBucket |
Occurs when calculating the current execution plan bucket ends
| |
| EndCalculatingCell |
Occurs when a cell was calculated.
| |
| EndCommit |
Occurs when a transaction was committed.
| |
| EndCreateSavePoint |
Occurs when a BcfSavePoint was created.
| |
| EndCreateTransaction |
Occurs when a transaction was created.
| |
| EndEventReleaseEnd |
Occurs after EventsReleaseEnd.
| |
| EndEventReleaseStart |
Occurs after EventsReleaseStart.
| |
| EndRedo |
Occurs when redo is done.
| |
| EndReleasingEvents |
Occurs when releasing deferred events is done.
| |
| EndRestoreSavePoint |
Occurs when restoring a BcfSavePoint ends.
| |
| EndRollback |
Occurs when a transaction rollback is done.
| |
| EndUndo |
Occurs when undo is done.
| |
| EndValidating |
Occurs when validation ends.
| |
| EndValidatingCell |
Occurs when a cell was validated.
| |
| ExceptionCreated |
Occurs when an exception is created.
|