IBcfParameterTGetItemValueArray Method |
Namespace: CalculationWorks.BusinessModel
| Exception | Condition |
|---|---|
| ArgumentNullException | tupleSourceRow is . |
| ArgumentException | tupleSourceRowRowState not equals Valid or tupleSourceRow is in other table than Calculator. |
| InvalidOperationException | Parameter is linked with a cell on a single row (there is no step to child-rows that causes an value-array). Use GetValue(BcfRow) instead. orThis parameter is not a linked parameter (see: BcfLinkedParameterSetupT, BcfNullableLinkedParameterSetupT) |
| InvalidOperationException | This parameter is not linked, if IsLinked is . |
| InvalidOperationException | "Parameter is not linked with multiple rows. Use GetParameterValue(calculatingRow), if parameter is not linked to child rows." |