Sets whether the DOF validates
DOFValue
objects to verify that their associated
DOFType
matches the type required for an interface item. The default is true. If you set validation to false, the
library will bypass its normal type checking, so you should ensure that the application is using valid types.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public DOFConfigBuilder setParameterValidation( bool isValidate )
Parameters
- isValidate
- Type: SystemBoolean
True to perform validation. False to turn validation off.
Return Value
Type: DOFConfigBuilderThe Builder, with the new validation setting.
See Also