Enum IntRepresentation

Defines the possible integer property representations.

Namespace: ic4
Assembly: ic4dotnet.dll
Syntax
public enum IntRepresentation
Remarks

Each integer property has a representation hint that can help creating more useful user interfaces.

Fields

Name Description
Boolean

Suggest a checkbox

HexNumber

Suggest displaying a hexadecimal number

IP4Address

Suggest treating the integer as a IPV4 address

Linear

Suggest a slider to edit the value

Logarithmic

Suggest a slider with logarithmic mapping

MacAddress

Suggest treating the integer as a MAC address

PureNumber

Suggest displaying a decimal number