DOFDomainConfigBuilder Constructor (DOFDomainConfig)OpenDOF Object Access Library
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

Create a new Builder object from a existing Config.

Note that the name is not copied. Instead the default (auto-generated) name will be used.

See Also

Reference