DOFSystemConfigBuilder Constructor (DOFSystemState)OpenDOF Object Access Library
Construct a builder based on a state.

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

C#
public Builder(
	DOFSystemState state
)

Parameters

state
Type: org.opendof.core.oalDOFSystemState
The system state to use for builder initial state. Must not be null.
Remarks

Construct a builder based on a state. This allows a new, modified configuration to be built based on the values in a state.

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

See Also

Reference