 |
BcfTransactionHasInvalidItems Property |
Gets a value indicating whether this instance has outstanding calculations (computed cells and validators).
Namespace: CalculationWorks.BusinessModelAssembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 3.0.2.0
Syntaxpublic bool HasInvalidItems { get; }
Public ReadOnly Property HasInvalidItems As Boolean
Get
public:
property bool HasInvalidItems {
bool get ();
}
member HasInvalidItems : bool with get
Property Value
Type:
Booleantrue if this instance has outstanding calculations; otherwise,
false.
Version InformationCalculationWorks.BusinessModel
Supported in: 3.0, 2.1, 2.0
See Also