Click or drag to resize
Infosoft Logo

GetActiveDailyNewspaperNumberSumInPeriodResponseDayAmounts Property

Gets or sets the amounts ordered for each day in the given period. The first element in the list will be the amount for the StartDate on the request, and the last element will be the amount for the EndDate.

Namespace: Infosoft.Common.Contracts.MessageContracts.Retail
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public ICollection<int> DayAmounts { get; set; }

Property Value

ICollectionInt32
See Also