Click or drag to resize
Infosoft Logo

GetDistributionVolumeAfterDateRequest Class

Provides data for the GetNextDistributionVolumeAfterDate operation on IVolumeService.
Inheritance Hierarchy
SystemObject
  Infosoft.Common.Contracts.MessageContracts.TitlesGetDistributionVolumeAfterDateRequest

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

The GetDistributionVolumeAfterDateRequest 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 before 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 code whose distribution volume to get.
Public propertyVolumeType Gets or sets the volume type to filter by.
Top
See Also