Create a new Builder from existing config.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public Builder( DOFOperationBridgeConfig config )
Parameters
- config
- Type: org.opendof.core.oalDOFOperationBridgeConfig
The config from which to copy the existing values. Must not be null.
Remarks
See Also