FactorUpdateModeType Enumeration |
Is used to decide which information that should be
returned together with the taxon information.
Namespace: ArtDatabanken.DataAssembly: ArtDatabanken (in ArtDatabanken.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax public enum FactorUpdateModeType
Public Enumeration FactorUpdateModeType
public enum class FactorUpdateModeType
type FactorUpdateModeType
Members
| Member name | Value | Description |
---|
| Archive | 0 |
Can not be changed.
|
| AutomaticUpdate | 1 |
Is changed by automatic calculations.
|
| Header | 2 |
Factor without data. Used as header.
|
| ManualUpdate | 3 |
Can be changed by user anytime.
|
See Also