Click or drag to resize
weroSoft AG, Software
CharacteristicStorageType Enumeration
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Gets a value indicating how the value is stored in the database.

Namespace:  WeroSoft.CommonTypes
Assembly:  WeroSoft.Core.Library (in WeroSoft.Core.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public enum CharacteristicStorageType
Members
  Member nameValueDescription
Boolean0 The data is stored as discrete numeric value.
Byte1 The data is stored as discrete numeric value.
SignedByte2 The data is stored as discrete numeric value.
Short3 The data is stored as discrete numeric value.
UnsignedShort4 The data is stored as discrete numeric value.
Integer5 The data is stored as discrete numeric value.
UnsignedInteger6 The data is stored as discrete numeric value.
LongInteger7 The data is stored as discrete textual value.
UnsignedLongInteger8 The data is stored as discrete textual value.
Float9 The data is stored as discrete numeric value.
Double10 The data is stored as discrete numeric value.
String11 The data is stored as discrete text value.
Enumeration12 The data is stored as an enumeration value.
DateTime13 The data is stored as discrete text value.
TimeSpan14 The data is stored as discrete text value.
Xml15 The data is stored as serialized XML.
See Also