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