SpeciesProtectionLevelEnum Enumeration |
Enum that contains values for species protection levels.
These protection levels are used to handle access rights
to species observations.
Namespace: ArtDatabanken.DataAssembly: ArtDatabanken (in ArtDatabanken.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax public enum SpeciesProtectionLevelEnum
Public Enumeration SpeciesProtectionLevelEnum
public enum class SpeciesProtectionLevelEnum
type SpeciesProtectionLevelEnum
Members
| Member name | Value | Description |
---|
| Public | 1 |
Public = 1.
Anyone may view observations with this protection level.
|
| Protected1 | 2 | Protected1 = 2 |
| Protected5 | 3 | Protected5 = 3 |
| Protected25 | 4 | Protected25 = 4 |
| Protected50 | 5 | Protected50 = 5 |
| MaxProtected | 6 | MaxProtected = 6 |
See Also