Click or drag to resize
Infosoft Logo

GetSequenceNumberByTitleAndCodeRequest Class

Provides data for the GetSequenceNumberByTitleAndCode service operation in ISequenceNumberService.
Inheritance Hierarchy
SystemObject
  Infosoft.Common.Contracts.MessageContracts.TitlesGetSequenceNumberByTitleAndCodeRequest

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

The GetSequenceNumberByTitleAndCodeRequest type exposes the following members.

Properties
 NameDescription
Public propertyCode Gets or sets the code of the sequence number to retrieve.
Public propertyStep Gets or sets the step by which the invoice number will be incremented/decremented after the value has been retrieved. May be negative. Defaults to 1.
Public propertyTitleCode Gets or sets the code of the title for which to retrieve a sequence number.
Top
See Also