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.0.2.0
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
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 the default hash function.
(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 methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Version Information

CalculationWorks.BusinessModel

Supported in: 3.0, 2.1, 2.0
See Also