Click or drag to resize
CalculationWorks Logo
BcfDataSetDiagnostics Class
Class BcfDataSetDiagnostic.
Inheritance Hierarchy

Namespace: CalculationWorks.BusinessModel.Behaviors
Assembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 2.1.0.0
Syntax
public class BcfDataSetDiagnostics : BcfDataSetBehaviorItemBase

The BcfDataSetDiagnostics type exposes the following members.

Constructors
  NameDescription
Public methodBcfDataSetDiagnostics
Initializes a new instance of the BcfDataSetDiagnostics class
Top
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
Properties
  NameDescription
Public propertyDataSet
Gets the BcfDataSet the behavior item belongs to.
(Inherited from BcfDataSetBehaviorItemBase.)
Public propertyEnabled
Gets or sets a value indicating whether this BcfDataSetDiagnostics is enabled. Default is false.
Top
Events
  NameDescription
Public eventBeginCalculating
Occurs when calculating begins.
Public eventBeginCalculatingBucket
Occurs when begin calculating the next execution plan bucket.
Public eventBeginCalculatingCell
Occurs when begin calculating a cell.
Public eventBeginCommit
Occurs when begins to commit a transaction.
Public eventBeginCreateTransaction
Occurs when begins to create a transaction.
Public eventBeginEventReleaseEnd
Occurs before EventsReleaseEnd.
Public eventBeginEventReleaseStart
Occurs before EventsReleaseStart.
Public eventBeginRedo
Occurs when redo begins.
Public eventBeginReleasingEvents
Occurs when begins to releasing deferred events.
Public eventBeginRollback
Occurs when a transaction rollback begins.
Public eventBeginUndo
Occurs when undo begins.
Public eventBeginValidating
Occurs when validation begins.
Public eventBeginValidatingCell
Occurs when begin validating a cell.
Public eventEndCalculating
Occurs when calculating ends.
Public eventEndCalculatingBucket
Occurs when calculating the current execution plan bucket ends
Public eventEndCalculatingCell
Occurs when a cell was calculated.
Public eventEndCommit
Occurs when a transaction was committed.
Public eventEndCreateTransaction
Occurs when a transaction was created.
Public eventEndEventReleaseEnd
Occurs after EventsReleaseEnd.
Public eventEndEventReleaseStart
Occurs after EventsReleaseStart.
Public eventEndRedo
Occurs when redo is done.
Public eventEndReleasingEvents
Occurs when releasing deferred events is done.
Public eventEndRollback
Occurs when a transaction rollback is done.
Public eventEndUndo
Occurs when undo is done.
Public eventEndValidating
Occurs when validation ends.
Public eventEndValidatingCell
Occurs when a cell was validated.
Public eventExceptionCreated
Occurs when an exception is created.
Public eventRedoing
Occurs just before redoing an item.
Public eventUndoing
Occurs just before undoing an item.
Top
See Also