Click or drag to resize
Infosoft Logo

GetDistributionVolumeBeforeDateRequest Class

Provides data for the GetPreviousDistributionVolumeBeforeDate operation on IVolumeService.
Inheritance Hierarchy
SystemObject
  Infosoft.Common.Contracts.MessageContracts.TitlesGetDistributionVolumeBeforeDateRequest

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

The GetDistributionVolumeBeforeDateRequest type exposes the following members.

Properties
 NameDescription
Public propertyBaseDate Gets or sets the base date. The retrieved volume will be on a date that's at least one day prior to this date.
Public propertyDayOfWeek Gets or sets a day of week filter for the return value. If this is set, the returned volume's date must have this day of the week.
Public propertyTitleCode Gets or sets the title whose distribution volume to get.
Public propertyVolumeType Gets or sets the volume type to filter by.
Top
See Also