Interface IAvailableSelectionsFilter
Provides an available selections for a particular event
public interface IAvailableSelectionsFilter
Properties
EventId
Gets the Urn of the event
Urn EventId { get; }
Property Value
Markets
Gets the list of markets for this event
IEnumerable<IMarketFilter> Markets { get; }