Create a new Builder object from a existing Config.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public Builder( DOFDomainConfig config )
Parameters
- config
- Type: org.opendof.core.oalDOFDomainConfig
The existing configuration. This must not be null.
Remarks
See Also