Construct a DOFInterface from its constituent parts.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
protected DOFInterface( DOFInterfaceID iid, IList<DOFInterfaceProperty> properties, IList<DOFInterfaceMethod> methods, IList<DOFInterfaceEvent> events, IList<DOFInterfaceException> exceptions )
Parameters
- iid
- Type: org.opendof.core.oalDOFInterfaceID
The interface identifier. Must not be null. - properties
- Type: System.Collections.GenericIListDOFInterfaceProperty
The Properties for this Null == none. - methods
- Type: System.Collections.GenericIListDOFInterfaceMethod
The Methods for this Null == none. - events
- Type: System.Collections.GenericIListDOFInterfaceEvent
The Events for this Null == none. - exceptions
- Type: System.Collections.GenericIListDOFInterfaceException
The Exceptions for this Null == none.
Remarks
See Also