Defines a Method (or function) as part of a DOFInterface.
Inheritance Hierarchy
org.opendof.core.oalDOFInterfaceItem
org.opendof.core.oalDOFInterfaceMethod
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
[SerializableAttribute] public class Method : DOFInterfaceItem
The DOFInterfaceMethod type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| DOFInterfaceMethod | Construct a typeless Method. | |
| DOFInterfaceMethod(Int32, DOFType, DOFType) | Construct a new Method. | |
| DOFInterfaceMethod(DOFInterface, DOFTypeContext, DOFPacket) | Create an instance from serial form. |
Methods
| Name | Description | |
|---|---|---|
| CompareTo | compareTo compares this Item with another object lexicographically. (Inherited from DOFInterfaceItem.) | |
| Equals | (Inherited from DOFInterfaceItem.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | (Inherited from DOFInterfaceItem.) | |
| getInputParameterCount | Get the number of Input Parameters defined for this method. | |
| getInputParameters | Get the Input Parameters for this method. | |
| getInterface | Get the interface that this item belongs to. (Inherited from DOFInterfaceItem.) | |
| getInterfaceID | Get the interface identifier. (Inherited from DOFInterfaceItem.) | |
| getItemID | Get the item ID. (Inherited from DOFInterfaceItem.) | |
| getItemType | Get the item type of PROPERTY, METHOD, EVENT or EXCEPTION. (Inherited from DOFInterfaceItem.) | |
| getOutputParameterCount | Get the number of Output Parameters for this method. | |
| getOutputParameters | Get the Output Parameters for this method. | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| marshal | (Overrides DOFInterfaceItemmarshal(DOFTypeContext, DOFPacket).) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | The String representation of this method. (Overrides DOFInterfaceItemToString.) |
Fields
| Name | Description | |
|---|---|---|
| iface | The interface to which the item belongs. (Inherited from DOFInterfaceItem.) | |
| inputParameters | The method's input parameters. | |
| itemID | The item identifier. (Inherited from DOFInterfaceItem.) | |
| outputParameters | The method's output parameters. |
Remarks
See Also