Enum PropertyTypes
- Namespace
- SunamoConverters._public.SunamoEnums.Enums
- Assembly
- SunamoConverters.dll
Represents different property data types.
public enum PropertyTypes
- Extension Methods
Fields
Bool = 8Boolean data type.
Byte = 38-bit unsigned integer.
ByteArray = 9Byte array data type.
DateTime = 7DateTime data type.
Double = 5Double-precision floating point number.
Float = 6Single-precision floating point number.
String = 4String data type.
UInt = 1Unsigned 32-bit integer (UInt32).
ULong = 0Unsigned 64-bit integer (UInt64).
UShort = 2Unsigned 16-bit integer (UInt16).