Table of Contents

Enum PropertyTypes

Namespace
SunamoConverters._public.SunamoEnums.Enums
Assembly
SunamoConverters.dll

Represents different property data types.

public enum PropertyTypes
Extension Methods

Fields

Bool = 8

Boolean data type.

Byte = 3

8-bit unsigned integer.

ByteArray = 9

Byte array data type.

DateTime = 7

DateTime data type.

Double = 5

Double-precision floating point number.

Float = 6

Single-precision floating point number.

String = 4

String data type.

UInt = 1

Unsigned 32-bit integer (UInt32).

ULong = 0

Unsigned 64-bit integer (UInt64).

UShort = 2

Unsigned 16-bit integer (UInt16).