Create a new Builder object from a State object.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public Builder( DOFCredentials credentials, DOFDomainState state )
Parameters
- credentials
- Type: org.opendof.core.oalDOFCredentials
The credentials to use for the DOFDomain. Must not be null. - state
- Type: org.opendof.core.oalDOFDomainState
The state of a previous DOFDomain to use for the new DOFDomain. Must not be null.
Remarks
See Also