Click or drag to resize
CalculationWorks Logo
BcfTransactionBuilder Class
Helper class, providing additional data to the BcfTransactionFactory.
Inheritance Hierarchy
SystemObject
  CalculationWorks.BusinessModelBcfTransactionBuilder

Namespace: CalculationWorks.BusinessModel
Assembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 3.2.1.2
Syntax
public class BcfTransactionBuilder

The BcfTransactionBuilder type exposes the following members.

Constructors
  NameDescription
Protected methodBcfTransactionBuilder
Initializes a new instance of the BcfTransactionBuilder class.
Top
Properties
  NameDescription
Public propertyAddChildRow
Gets or sets the child row to add.
Public propertyAutoRollback
Public propertyBuildSubTransaction
Gets or sets a value indicating whether the transaction to build is a subtransaction.
Public propertyDataSet
Gets the BcfDataSet the builder belongs to.
Public propertyEnforceAutoRollback
Gets a value indicating whether automatic rollback will be enforced.
Public propertyEnforceKeyConstraints
Gets or sets a value indicating whether key constraints will be enforced.
Public propertyNewParentRow
Gets or sets the new parent row.
Public propertyNewValue
Gets or sets the new value.
Public propertyReason
Gets the reason.
Public propertyRemoveChildRow
Gets or sets the child row to remove.
Public propertyRow
Gets or sets the BcfRow that should be updated.
Public propertyUpdateCell
Gets or sets the BcfCell that should be updated.
Public propertyUpdateRelatedRowCell
Gets or sets the BcfRelatedRowCell that should be updated.
Public propertyUpdateRelatedRowsCell
Gets or sets the BcfRelatedRowsCell that should be updated.
Top
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 methodToString (Inherited from Object.)
Top
Version Information

CalculationWorks.BusinessModel

Supported in: 3.2, 3.0, 2.1, 2.0
See Also