Click or drag to resize

PropertyEntryColumn Enumeration

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Column/data aspect of the PropertyEntry

Namespace:  imbSCI.Core.collection
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
[FlagsAttribute]
public enum PropertyEntryColumn
Request Example View Source
Members
  Member nameValueDescription
none0
entry_key8192 Original version of entry key
entry_name1 Display version of entry name
entry_description2 Asociated entry description
entry_value4 Display version of entry value - formatted but without unit
entry_valueAndUnit8 Display version of entry value, formatted with unit
role_letter16 Measure role letter
role_symbol32 Measure symbol
role_name64 Measure role name
entry_unit128
entry_unitname256
entry_importance512
autocount_idcolumn1024
valueType2048
property_description8193
See Also