Click or drag to resize
CalculationWorks Logo
BcfValidatorMessage Constructor (FuncBcfCell, Boolean, String, Object)
Initializes a new instance of the BcfValidatorMessage class.

Namespace: CalculationWorks.BusinessModel
Assembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 3.2.1.2
Syntax
public BcfValidatorMessage(
	Func<BcfCell, bool> tagFilter,
	string messageOrFormatString,
	params Object[] formatParameters
)

Parameters

tagFilter
Type: SystemFuncBcfCell, Boolean
The tag filter.
messageOrFormatString
Type: SystemString
The message.
formatParameters
Type: SystemObject
The format parameters.
Version Information

CalculationWorks.BusinessModel

Supported in: 3.2, 3.0
See Also