Click or drag to resize

GS Class

FUNCTIONAL GROUP HEADER
Inheritance Hierarchy
SystemObject
  EdiFabric.Core.Model.EdiControlSegment
    EdiFabric.Core.Model.Edi.X12GS

Namespace: EdiFabric.Core.Model.Edi.X12
Assembly: EdiFabric (in EdiFabric.dll) Version: 1.0.0
Syntax
[SerializableAttribute]
public class GS : ControlSegment

The GS type exposes the following members.

Constructors
 NameDescription
Public methodGSInitializes a new instance of the GS class
Top
Properties
 NameDescription
Public propertyCodeIdentifyingInformationType_1 Functional Identifier Code
Public propertyDate_4 Date
Public propertyGroupControlNumber_6 Group Control Number
Public propertyReceiverIDCode_3 Application Receiver’s Code
Public propertySenderIDCode_2 Application Sender’s Code
Public propertyTime_5 Time
Public propertyTransactionTypeCode_7 Responsible Agency Code
Public propertyVersionAndRelease_8 Version / Release / Industry Identifier Code
Top
Methods
 NameDescription
Public methodValidate Validates an EDI control segment according to its EDI DOM validation attributes.
(Overrides ControlSegmentValidate(ValidationSettings))
Top
See Also