Creates a DOF instance that uses the specified configuration.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public DOF( DOFConfig config )
Parameters
- config
- Type: org.opendof.core.oalDOFConfig
An instance of Config that represents a source of configuration parameters for the DOF. Use Builder to create an instance of DOF.Config. You may pass a null value to use the default configuration.
Exceptions
Exception | Condition |
---|---|
ArgumentException | Indicates that the configuration has errors, including a DOF name that is already in use or other invalid arguments. |
Remarks
See Also