Click or drag to resize

BcfRowViewGetT Method

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

Gets the managed value of specified column casted to columns ValueType. The operation causes unboxing on value-type columns.

Namespace:  CalculationWorks.ViewModel.Forms
Assembly:  CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 4.0.0-beta7
Syntax
public virtual T Get<T>(
	BcfColumn<T> column
)

Parameters

column
Type: CalculationWorks.BusinessModelBcfColumnT
The column.

Type Parameters

T
The columns ValueType

Return Value

Type: T
The managed value of specified column.
Exceptions
ExceptionCondition
ArgumentNullExceptioncolumn is null.
ArgumentExceptionSpecified column is not reflected in this view.
See Also