 | BcfTransactionBuilderReason Property |
[This is preliminary documentation and is subject to change.]
Gets or sets a value indicating why a transaction should be created.
Namespace:
CalculationWorks.BusinessModel
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
Syntaxpublic BcfTransactionCreationReason Reason { get; set; }Public Property Reason As BcfTransactionCreationReason
Get
Set
Property Value
Type:
BcfTransactionCreationReasonThe value indicating why a transaction should be created.
See Also