FactorFieldDataTypeId Enumeration |
Enumeration that contains factor field data type ids.
Namespace: ArtDatabanken.DataAssembly: ArtDatabanken (in ArtDatabanken.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax public enum FactorFieldDataTypeId
Public Enumeration FactorFieldDataTypeId
public enum class FactorFieldDataTypeId
type FactorFieldDataTypeId
Members
| Member name | Value | Description |
---|
| Boolean | 0 |
Boolean data type.
|
| Enum | 1 |
Enumeration data type.
|
| String | 2 |
String data type.
|
| Int32 | 3 |
Int32 data type.
|
| Double | 4 |
Double data type.
|
See Also