AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Contains configuration for X12 control numbers used in X12 EDI generation. Control numbers are used to uniquely identify interchanges, functional groups, and transaction sets.

Inheritance Hierarchy

System.Object
  Amazon.B2bi.Model.X12ControlNumbers

Namespace: Amazon.B2bi.Model
Assembly: AWSSDK.B2bi.dll
Version: 3.x.y.z

Syntax

C#
public class X12ControlNumbers

The X12ControlNumbers type exposes the following members

Constructors

NameDescription
Public Method X12ControlNumbers()

Properties

NameTypeDescription
Public Property StartingFunctionalGroupControlNumber System.Int32

Gets and sets the property StartingFunctionalGroupControlNumber.

Specifies the starting functional group control number (GS06) to use for X12 EDI generation. This number is incremented for each new functional group. For the GS (functional group) envelope, Amazon Web Services B2B Data Interchange generates a functional group control number that is unique to the sender ID, receiver ID, and functional identifier code combination.

Public Property StartingInterchangeControlNumber System.Int32

Gets and sets the property StartingInterchangeControlNumber.

Specifies the starting interchange control number (ISA13) to use for X12 EDI generation. This number is incremented for each new interchange. For the ISA (interchange) envelope, Amazon Web Services B2B Data Interchange generates an interchange control number that is unique for the ISA05 and ISA06 (sender) & ISA07 and ISA08 (receiver) combination.

Public Property StartingTransactionSetControlNumber System.Int32

Gets and sets the property StartingTransactionSetControlNumber.

Specifies the starting transaction set control number (ST02) to use for X12 EDI generation. This number is incremented for each new transaction set.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5