Create an instance from an array of field values and a type.
Namespace: org.opendof.core.oal.value
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public DOFStructure( DOFStructureType type, DOFValue[] fields )
Parameters
- type
- Type: org.opendof.core.oal.valueDOFStructureType
The type of the structure. Must not be null. - fields
- Type: org.opendof.core.oalDOFValue
The values for the fields. Must not be null, although may contain null values.
Remarks
See Also