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
Public Enumeration FieldTypeEnum
Members
| Member name | Value | Description |
---|
| Branch | -1 |
The branch:exist only in the tree, not in any definition or database
|
| Unknown | 0 |
Unknown field Type if it is not from BioloMICS types.
|
| A | 1 |
Field A : vector of int values: +, -, d, w, ...
|
| C | 3 |
The C field: 1 int value: variable - yes - no
|
| D | 4 |
The D Field :1 double value
|
| E | 5 |
The E Field: string
|
| F | 6 |
The File Field : File. WARNING: in this case a single FieldDef generates TWO columns. See ColumnName() and ColumnNameForFileName()
|
| G | 7 |
The GField :Gel, vector of double
|
| H | 8 |
The H Field: H for history: a Date in format YYYYMMDDHHmmss saved in an int64
|
| I | 9 |
The I Field: integer 64 bits
|
| K | 11 |
The k Field : Kolor
|
| L | 12 |
The L Field: Location: m_Latitude, m_Longitude, m_Precision
|
| M | 13 |
The M Field: Vector of TSField
|
| N | 14 |
The N field : Sequence, DNA or Protein
|
| O | 15 |
The O Feild: Ontology, string like "2.5.3.24.36"
|
| P | 16 |
The P Field : emporary object used during upgrade, URL, File, Picture or Gel
|
| S | 19 |
The S Feild : 4 double values: m_Min, m_LP, m_HP, m_Max
|
| T | 20 |
The T Field :1 int value: A, B, C, D and all possible combinations
|
| U | 21 |
The U Field : vector of URL strings
|
| V | 22 |
The V Field: same as TField, but with unlimited number of states
|
| W | 23 |
The W Field: Wave: Name + vector of points
|
| Y | 25 |
The Y Field: a "Yield" field = summary of other records in html
|
| Taxo | 27 |
The taxo Field: taxonomy with two values: the current name ID and the obligate synonym ID
|
| RemoteLink | 99 |
The remote link field
|
| FLink | 106 |
The file link Field
|
| GLink | 107 |
The G link Field
|
| OLink | 108 |
The O link Field
|
| TaxoLink | 109 |
The taxo link : LinkField to a Taxo field
|
| LLink | 112 |
The L link Field
|
| NLink | 114 |
The N link Field
|
| WLink | 115 |
The W link Field
|
| Dash | 116 | |
| RLink | 118 |
The R link field
|
See Also