Click or drag to resize
CalculationWorks Logo
BcfColumnBehaviorColumnTypeConstraints Property
Gets the column type constraints.

Namespace: CalculationWorks.BusinessModel.Behaviors
Assembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 2.1.0.0
Syntax
public IEnumerable<IBcfColumnTypeConstraint> ColumnTypeConstraints { get; }

Property Value

Type: IEnumerableIBcfColumnTypeConstraint
The column type constraints. If no defined an empty array
See Also