Click or drag to resize
Infosoft Logo

ISequenceNumberService Interface

A service contract that provides operations related to sequence numbers.

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

The ISequenceNumberService type exposes the following members.

Methods
 NameDescription
Public methodGetSequenceNumberByTitleAndCode Gets an object representing the next available number for a given sequence number code and title.
Public methodGetTitlelessSequenceNumberByCode Gets an object representing the next available number for a given titleless sequence number with a given code.
Public methodOverrideSequenceNumberByTitleAndCode Overrides the current next value of a sequence number.
Top
See Also