Search Framework:
EventDataCollection
Namespace: WealthLab.Data
Parent: Object

Contains a list of EventDataPoint instances which were read from persistent storage, and passed to an Event Data Provider's ConvertEventItems method.

Constructors
EventDataCollection
public EventDataCollection(string symbol)

Constructs a new instance of an EventDataCollection, based on the specified symbol.



Members
DataPoints
public List<EventDataPoint> DataPoints

The List of EventDataPoint instances contained in this collection.


RecentItemDate
public DateTime RecentItemDate

Returns the most recent Date of the EventDataPoint instances contained in this collection.


Symbol
public string Symbol

The symbol associated with these EventDataPoints.


UpdateDate
public DateTime UpdateDate

Contains the date/time that the EventDataCollection was most recently saved to persistent storage.