Construct a new Property.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
protected Property( int identifier, bool isWritable, bool isReadable, DOFType type )
Parameters
- identifier
- Type: SystemInt32
A number from 0 - 65,535 that uniquely, within a DOFInterface, identifies this Property from other Methods, Events, Properties, and Exceptions. - isWritable
- Type: SystemBoolean
True if the property is writable. False if read-only. - isReadable
- Type: SystemBoolean
True if the property is readable. False if write-only. - type
- Type: org.opendof.core.oalDOFType
The property type.
Remarks
See Also