Click or drag to resize
CalculationWorks Logo
BcfTableSetupValidators Property
Gets the validators

Namespace: CalculationWorks.BusinessModel.Design
Assembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 2.1.0.0
Syntax
public ReadOnlyCollection<BcfValidatorSetup> Validators { get; }

Property Value

Type: ReadOnlyCollectionBcfValidatorSetup
The validators.
See Also