ImpactImportanceEnum Enumeration |
Enum that contains values for ImpactImportance enum.
This enum should only be used if a program handles
the values differently.
Namespace: ArtDatabanken.DataAssembly: ArtDatabanken (in ArtDatabanken.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax public enum ImpactImportanceEnum
Public Enumeration ImpactImportanceEnum
public enum class ImpactImportanceEnum
type ImpactImportanceEnum
Members
| Member name | Value | Description |
---|
| LargeNeagtiveImpact | -2 |
Large negative impact = -2.
|
| NeagtiveImpact | -1 |
Negative impact = -1.
|
| NoImpact | 0 |
No impact = 0.
|
| PositiveImpact | 1 |
Positive impact = 1.
|
| LargePositiveImpact | 2 |
Large positive impact = 2.
|
See Also