DOFInterfaceItemType EnumerationOpenDOF Object Access Library
Defines the different types of interface items: Property, Method, Event, Exception.

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

C#
public enum ItemType
Members

  Member nameValueDescription
PROPERTY0
METHOD1
EVENT2
EXCEPTION3
Remarks

Defines the different types of interface items: Property, Method, Event, Exception.
See Also

Reference