 |
| BcfValidatorMessage Constructor (FuncBcfCell, Boolean, String, Object) |
Namespace: CalculationWorks.BusinessModelAssembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 3.2.1.2
Syntaxpublic BcfValidatorMessage(
Func<BcfCell, bool> tagFilter,
string messageOrFormatString,
params Object[] formatParameters
)
Public Sub New (
tagFilter As Func(Of BcfCell, Boolean),
messageOrFormatString As String,
ParamArray formatParameters As Object()
)
public:
BcfValidatorMessage(
Func<BcfCell^, bool>^ tagFilter,
String^ messageOrFormatString,
... array<Object^>^ formatParameters
)
new :
tagFilter : Func<BcfCell, bool> *
messageOrFormatString : string *
formatParameters : Object[] -> BcfValidatorMessageParameters
- tagFilter
- Type: SystemFuncBcfCell, Boolean
The tag filter. - messageOrFormatString
- Type: SystemString
The message. - formatParameters
- Type: SystemObject
The format parameters.
Version InformationCalculationWorks.BusinessModel
Supported in: 3.2, 3.0
See Also