Click or drag to resize
CalculationWorks Logo
BcfRowBuilderDefaultValues Property
Gets the default values.

Namespace: CalculationWorks.BusinessModel
Assembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 2.1.0.0
Syntax
public Dictionary<string, Object> DefaultValues { get; }

Property Value

Type: DictionaryString, Object
The default values.
See Also