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 name | Value | Description | |
---|---|---|---|
PROPERTY | 0 | ||
METHOD | 1 | ||
EVENT | 2 | ||
EXCEPTION | 3 |
Remarks
See Also