Process a result.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
void define( DOFOperationDefine operation, DOFInterface definition )
Parameters
- operation
- Type: org.opendof.core.oalDOFOperationDefine
The define operation. This will never be null. - definition
- Type: org.opendof.core.oalDOFInterface
The interface definition. This will never be null.
Remarks
See Also