Click or drag to resize
ImpactImportanceEnum Enumeration
Enum that contains values for ImpactImportance enum. This enum should only be used if a program handles the values differently.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken (in ArtDatabanken.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public enum ImpactImportanceEnum
Members
  Member nameValueDescription
LargeNeagtiveImpact-2 Large negative impact = -2.
NeagtiveImpact-1 Negative impact = -1.
NoImpact0 No impact = 0.
PositiveImpact1 Positive impact = 1.
LargePositiveImpact2 Large positive impact = 2.
See Also