DOFServerConfigBuilder Constructor (DOFServerConfig)OpenDOF Object Access Library
Construct a builder based on an existing configuration.

Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax

C#
public Builder(
	DOFServerConfig config
)

Parameters

config
Type: org.opendof.core.oalDOFServerConfig
The existing configuration to use for builder initial state. Must not be null.
Remarks

Construct a builder based on an existing configuration. This allows a new, modified configuration to be build based on the values in an existing configuration.

Note that the name is not copied. Users must decide whether to set the name or not.

See Also

Reference