Add a Method to the Interface.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public DOFInterfaceBuilder addMethod( int itemID, DOFType[] inputParameters, DOFType[] outputParameters )
Parameters
- itemID
- Type: SystemInt32
A number from 0 - 32,767 that identifies this interface item. This must be unique within a DOFInterface (no other Typedef, Property, Method, Event, or Exception may use the same ID). - inputParameters
- Type: org.opendof.core.oalDOFType
The method's Input Parameters. Null == none. - outputParameters
- Type: org.opendof.core.oalDOFType
The method's Output Parameters. Null == none.
Return Value
Type: DOFInterfaceBuilderThe builder.
Remarks
See Also