IntValueAccumulatorMetadata
¶
Defines properties and message types for IntValueAccumulator.
Inherits properties and message types from ValueAccumulatorMetadata.
| IntValueAccumulatorMetadata.IncrementSizeSourceProperty¶ | The property type set on this node that determines the increment size of this Int Value Accumulator. |
| IntValueAccumulatorMetadata.IncrementSizeProperty¶ | The size of the increments of this Int Value Accumulator. |
| IntValueAccumulatorMetadata.TargetPropertyTypeProperty¶ | The property type on this node that this Int Value Accumulator updates. |
| IntValueAccumulatorMetadata.MinimumAccumulatedValueProperty¶ | The minimum total accumulated integer value. |
| IntValueAccumulatorMetadata.MaximumAccumulatedValueProperty¶ | The maximum total accumulated integer value. |
| IntValueAccumulatorMetadata.SetAccumulatedValueBoundariesMessage¶ | Sets the minimum and maximum total accumulated integer value. Arguments: IntValueAccumulatorMetadata.SetAccumulatedValueBoundariesMessageArguments |
Message arguments classes define message arguments used for different message types. Each class defines a number of property types - arguments - together with getter and setter functions for them.
| MinimumAccumulatedValueProperty¶ | Sets the minimum total accumulated integer value. Example
|
| MaximumAccumulatedValueProperty¶ | Sets the maximum total accumulated integer value. Example
|