IVolume |
public interface IVolumeService : IBusinessService
The IVolumeService type exposes the following members.
Name | Description | |
---|---|---|
GetNextDistributionVolume | Gets the next distribution volume for a given title and volume type. | |
GetNextDistributionVolumeAfterDate | Gets the next distribution volume for a given title, after a given date. | |
GetPreviousDistributionVolume | Gets the previous distribution volume for a given title and volume type. | |
GetPreviousDistributionVolumeBeforeDate | Gets the previous distribution volume for a given title, before a given date. | |
GetVolumeByTitleAndOnDate | Gets a volume by a title and a given date. | |
IncrementDistributionVolume | Increments the current (and previous) distribution volume for the given title and volume type. |