Construct a new builder based on another configuration.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public Builder( DOFSystemConfig config )
Parameters
- config
- Type: org.opendof.core.oalDOFSystemConfig
The existing configuration. Must not be null.
Remarks
See Also