Enum AdditivityType
Describes the additivity of a numeric data item.
Namespace: Algenta.Colectica.Model.Ddi
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public enum AdditivityType : int
Fields
Name | Description |
---|---|
Flow | A measure that is taken over time and should be treated as the number of items per a unit of time. Analogous to a rate or a speed. |
NonAdditive | Due to the nature of the content or the measure, these data cannot be aggregated to determine a sum or accounting of activity. |
Stock | A count of objects at one specific time. In general, items in a non-hierarchical table of Stock figures can be added together to determine the total |
Unspecified | Unspecified. |