Click or drag to resize
Infosoft Logo

IVolumeService Interface

A service contract that defines operations related to the Volume class.

Namespace: Infosoft.Common.Contracts.ServiceContracts.Titles
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public interface IVolumeService : IBusinessService

The IVolumeService type exposes the following members.

Methods
 NameDescription
Public methodGetNextDistributionVolume Gets the next distribution volume for a given title and volume type.
Public methodGetNextDistributionVolumeAfterDate Gets the next distribution volume for a given title, after a given date.
Public methodGetPreviousDistributionVolume Gets the previous distribution volume for a given title and volume type.
Public methodGetPreviousDistributionVolumeBeforeDate Gets the previous distribution volume for a given title, before a given date.
Public methodGetVolumeByTitleAndOnDate Gets a volume by a title and a given date.
Public methodIncrementDistributionVolume Increments the current (and previous) distribution volume for the given title and volume type.
Top
See Also