DOFTypeContextResolver InterfaceOpenDOF Object Access Library
In order to resolve forward references, classes must register the routine that will be called by the context when the type is finally read in.

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

C#
public interface Resolver

The DOFTypeContextResolver type exposes the following members.

Methods

  NameDescription
Public methoddefineAs
Resolve a forward reference to the specified DOFType.
Top
Remarks

In order to resolve forward references, classes must register the routine that will be called by the context when the type is finally read in.
See Also

Reference