Click or drag to resize

BcfTransactionInfo Property

[This is preliminary documentation and is subject to change.]

Gets or sets custom information about the BcfTransaction.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
Syntax
public IBcfTransactionInfo Info { get; set; }

Return Value

Type: IBcfTransactionInfo
Custom info-object; or null if not set.

Implements

IBcfTransactionDataInfo
Remarks
Info is initialized in constructor only if this transaction is not a subtransaction.
See Also