DOFTypeTypedefdefineAs Method OpenDOF Object Access Library
Finalize a forward reference.

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

C#
public void defineAs(
	DOFType type
)

Parameters

type
Type: org.opendof.core.oalDOFType
The type of the forward reference. This must not be null or another forward reference. It must also not be nullable.

Implements

DOFTypeContextResolverdefineAs(DOFType)
Remarks

Finalize a forward reference.

This routine must be called exactly once for each forward reference instance. Attempts to call it again will throw an exception. The type used must be fully defined.

See Also

Reference