Click or drag to resize
Infosoft Logo

GetActiveDailyNewspaperNumberSumResponse Class

Defines data for the response from the GetActiveDailyNewspaperNumberSum service operation in DailyNewspaperNumberService.
Inheritance Hierarchy
SystemObject
  Infosoft.Common.Contracts.MessageContracts.RetailGetActiveDailyNewspaperNumberSumResponse

Namespace: Infosoft.Common.Contracts.MessageContracts.Retail
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public class GetActiveDailyNewspaperNumberSumResponse

The GetActiveDailyNewspaperNumberSumResponse type exposes the following members.

Properties
 NameDescription
Public propertyFriday Gets or sets the amount for Friday.
Public propertyMonday Gets or sets the amount for Monday.
Public propertySaturday Gets or sets the amount for Saturday.
Public propertySunday Gets or sets the amount for Sunday.
Public propertyThursday Gets or sets the amount for Thursday.
Public propertyTuesday Gets or sets the amount for Tuesday.
Public propertyWednesday Gets or sets the amount for Wednesday.
Top
Remarks
Note that the amounts defined for each day of the week represent the sum for each day for all the editions specified in the request.
See Also