AggregatorKind Enum

Definition

Enum of the various kinds of aggregation operations for properties set by multiple IGraphProviders.

public enum class AggregatorKind
public enum AggregatorKind
type AggregatorKind = 
Public Enum AggregatorKind
Inheritance
AggregatorKind

Fields

None 0

The aggregated property value equals the value of the last provider to set it.

Or 1

All provider values are combined via a boolean or operation.

Remarks

Currently only 'Or' operations on booleans are supported.

Applies to