PropertyDataType Enumeration
known data types of fields/properties
Definition
Namespace: Articy.Api
Assembly: PublicApiTypes (in PublicApiTypes.dll) Version: 1.0.0
Assembly: PublicApiTypes (in PublicApiTypes.dll) Version: 1.0.0
C#
public enum PropertyDataTypeMembers
| Unknown | 0 | property type is unknown |
| Text | 1 | property is of type text |
| Integer | 2 | property is an integer number type |
| Float | 3 | property is a floating point number |
| ObjectReference | 4 | property is a reference to an object |
| ObjectList | 5 | property is a list of references to other objects |
| Enum | 6 | property is an enumerated value |
| Boolean | 7 | property is a boolean value |
| Color | 8 | property is a color |
| DateTime | 9 | property is a date-time value |