Click or drag to resize
XFieldTypeFieldTypeEnum Enumeration
Presents field types supported by BioloMICS

Namespace:  Biolomics.SharedClasses
Assembly:  Biolomics.SharedClasses (in Biolomics.SharedClasses.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public enum FieldTypeEnum
Members
  Member nameValueDescription
Branch-1 The branch:exist only in the tree, not in any definition or database
Unknown0 Unknown field Type if it is not from BioloMICS types.
A1 Field A : vector of int values: +, -, d, w, ...
C3 The C field: 1 int value: variable - yes - no
D4 The D Field :1 double value
E5 The E Field: string
F6 The File Field : File. WARNING: in this case a single FieldDef generates TWO columns. See ColumnName() and ColumnNameForFileName()
G7 The GField :Gel, vector of double
H8 The H Field: H for history: a Date in format YYYYMMDDHHmmss saved in an int64
I9 The I Field: integer 64 bits
K11 The k Field : Kolor
L12 The L Field: Location: m_Latitude, m_Longitude, m_Precision
M13 The M Field: Vector of TSField
N14 The N field : Sequence, DNA or Protein
O15 The O Feild: Ontology, string like "2.5.3.24.36"
P16 The P Field : emporary object used during upgrade, URL, File, Picture or Gel
S19 The S Feild : 4 double values: m_Min, m_LP, m_HP, m_Max
T20 The T Field :1 int value: A, B, C, D and all possible combinations
U21 The U Field : vector of URL strings
V22 The V Field: same as TField, but with unlimited number of states
W23 The W Field: Wave: Name + vector of points
Y25 The Y Field: a "Yield" field = summary of other records in html
Taxo27 The taxo Field: taxonomy with two values: the current name ID and the obligate synonym ID
RemoteLink99 The remote link field
FLink106 The file link Field
GLink107 The G link Field
OLink108 The O link Field
TaxoLink109 The taxo link : LinkField to a Taxo field
LLink112 The L link Field
NLink114 The N link Field
WLink115 The W link Field
Dash116
RLink118 The R link field
See Also