Click or drag to resize
CalculationWorks Logo
IBcfColumnDefaultValueSource Interface
Interface for column behavior items that provide default values for an individual column.

Namespace: CalculationWorks.BusinessModel.Behaviors
Assembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 3.0.2.0
Syntax
public interface IBcfColumnDefaultValueSource

The IBcfColumnDefaultValueSource type exposes the following members.

Methods
  NameDescription
Public methodGetDefaultValue
Provides the BcfColumns default value for a new
Top
Remarks

To apply a IBcfColumnDefaultValueSource instance to a BcfColumnBehavior add it to the BcfColumnSetup.BehaviorItems.

Only one IBcfColumnDefaultValueSource instance per BcfColumnBehavior allowed.

Version Information

CalculationWorks.BusinessModel

Supported in: 3.0, 2.1, 2.0
See Also