Click or drag to resize
Infosoft Logo

OverrideSequenceNumberByTitleAndCodeRequest Class

Provides data for the OverrideSequenceNumberByTitleAndCode operation on ISequenceNumberService.
Inheritance Hierarchy
SystemObject
  Infosoft.Common.Contracts.MessageContracts.TitlesOverrideSequenceNumberByTitleAndCodeRequest

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

The OverrideSequenceNumberByTitleAndCodeRequest type exposes the following members.

Properties
 NameDescription
Public propertyCode Gets or sets the code of the sequence number whose value to override.
Public propertyNewValue Gets or sets the new value that will be set for the sequence number.
Public propertyTitleCode Gets or sets the code of the title for which to override the current sequence number value.
Top
See Also