/// <summary> /// Creates a new instance. /// </summary>> public AggregateState(IAggregationContext context, IAggregationActor actor) { AggregationContext = context; AggregationActor = actor; CurrentBadPoints = new List <DataValue>(); PriorBadPoints = new List <DataValue>(); }
/// <summary> /// Creates a new instance. /// </summary>> public AggregateState(IAggregationContext context, IAggregationActor actor) { AggregationContext = context; AggregationActor = actor; CurrentBadPoints = new List<DataValue>(); PriorBadPoints = new List<DataValue>(); }