Enum PropertyType
Defines the possible property types.
Namespace: ic4
Assembly: ic4dotnet.dll
Syntax
public enum PropertyType
Remarks
Property objects report their type through their Type member.
Fields
| Name | Description |
|---|---|
| Boolean | Boolean property (PropBoolean) |
| Category | Category property (PropCategory) |
| Command | Command property (PropCommand) |
| EnumEntry | Enumeration entry property (PropEnumEntry) |
| Enumeration | Enumeration property (PropEnumeration) |
| Float | Float property (PropFloat) |
| Integer | Integer property (PropInteger) |
| Invalid | Not a valid property, indicates an error |
| Port | Port property |
| Register | Register property (PropRegister) |
| String | String property (PropString) |


