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.0.2.0
Syntax
public BcfValidatorMessage(
	Func<BcfCell, bool> tagFilter,
	string message,
	params Object[] formatParameters
)

Parameters

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

CalculationWorks.BusinessModel

Supported in: 3.0, 2.1, 2.0
See Also