Class AsplAggregationType
Different ways of aggregating observed IDatum property values into a single value for criterion checking. The goal is to transform a collection of values into a single value, which can be checked against a target value to determine whether or not sensing control should be applied. See AsplElement for more information.
Inheritance
System.Object
AsplAggregationType
Namespace: Sensus.Adaptation
Assembly: SensusAndroid.dll
Syntax
public sealed class AsplAggregationType : Enum
Fields
Any
Any observed value.
Declaration
public const AsplAggregationType Any
Field Value
Type | Description |
---|---|
AsplAggregationType |
Average
The average observed value.
Declaration
public const AsplAggregationType Average
Field Value
Type | Description |
---|---|
AsplAggregationType |
Maximum
The maximum observed value.
Declaration
public const AsplAggregationType Maximum
Field Value
Type | Description |
---|---|
AsplAggregationType |
Minimum
The minimum observed value.
Declaration
public const AsplAggregationType Minimum
Field Value
Type | Description |
---|---|
AsplAggregationType |
MostRecent
Most recent observed value.
Declaration
public const AsplAggregationType MostRecent
Field Value
Type | Description |
---|---|
AsplAggregationType |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |