 |
| BcfTableValidators Property |
Gets the collection of validators belonging to this table.
Namespace: CalculationWorks.BusinessModelAssembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 2.1.0.0
Syntaxpublic ReadOnlyCollection<BcfValidatorBase> Validators { get; }Public ReadOnly Property Validators As ReadOnlyCollection(Of BcfValidatorBase)
Get
Property Value
Type:
ReadOnlyCollectionBcfValidatorBaseThe validators.
See Also