| BcfDataSet Class | |
Namespace: CalculationWorks.BusinessModel
The BcfDataSet type exposes the following members.
| Name | Description | |
|---|---|---|
| BcfDataSet |
Initializes a new instance of the BcfDataSet class.
|
| Name | Description | |
|---|---|---|
| Behavior |
Gets the BcfDataSetBehavior.
| |
| Calculating |
Gets a value indicating whether this BcfDataSet is currently calculating.
| |
| ChangeTracking | ||
| CurrentTransaction |
Gets the current BcfTransaction.
| |
| InDumbMode |
Gets a value indicating whether the instance is in dumb mode.
EnterDumbMode for details.
| |
| IsDisposed |
Gets or sets a value indicating whether this instance is disposed.
| |
| Locked |
Gets a value indicating whether this BcfDataSet is locked.
| |
| Name |
Gets the name of the current dataset.
| |
| Relations |
Get the collection of relations that link tables and allow parameter access from parent tables to child tables and vice versa.
| |
| ReleasingEvents |
Gets a value indicating whether release of deferred events is currently in process.
| |
| Tables |
Gets the collection of tables contained in the dataset.
| |
| ValidationResults |
Gets the collection of BcfValidatorResult objects.
|
| Name | Description | |
|---|---|---|
| BeginTransaction |
Creates a transaction and sets it as the CurrentTransaction. If CurrentTransaction is not null before calling BeginTransaction a subtransaction of the CurrentTransaction will be created.
| |
| BeginTransaction(Boolean) |
Creates a transaction and sets it as the CurrentTransaction. If CurrentTransaction is not null before calling BeginTransaction a subtransaction of the CurrentTransaction will be created.
| |
| BeginTransaction(BcfTransactionBuilder) |
Creates a transaction and sets it as the CurrentTransaction. If CurrentTransaction is not null before calling BeginTransaction a subtransaction of the CurrentTransaction will be created.
| |
| BeginTransaction(Boolean, Boolean) |
Creates a transaction and sets it as the CurrentTransaction. If CurrentTransaction is not null before calling BeginTransaction a subtransaction of the CurrentTransaction will be created.
| |
| CanRedo |
Determines whether Redo can be executed.
| |
| CanUndo |
Determines whether Undo can be executed.
| |
| DisableChangeTracking | ||
| Dispose |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
| |
| Dispose(Boolean) |
Releases unmanaged and - optionally - managed resources.
| |
| EnableChangeTracking | ||
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| OnDisposed |
Raises the Disposed event.
| |
| OnTransactionCommitted |
Raises the TransactionCommitted event.
| |
| Redo |
Redoes the last undone BcfTransaction.
| |
| ToString | (Inherited from Object.) | |
| Undo |
Undoes the last BcfTransaction.
|
| Name | Description | |
|---|---|---|
| Disposed |
Occurs when disposed.
| |
| EventsReleaseEnd |
Occurs when the release of deferred change events is completed.
| |
| EventsReleaseStart |
Occurs when the release of deferred change events is about to begin.
| |
| TransactionCommitted |
Occurs when a transaction was committed after releasing the deferred events.
|