Show / Hide Table of Contents

Class TransportDocument

A transport document is a kind of document used to convey information about cargo that is being transported

Inheritance
System.Object
Conizi.Model.Shared.Interfaces.EdiPatternPropertiesBase
EdiModel
EdiDocument
TransportDocument
Inherited Members
EdiDocument.DocumentCreationDateTime
EdiDocument.ShippingDate
EdiDocument.References
EdiDocument.Archive
EdiDocument.Remarks
EdiModel.Schema
EdiModel.Intent
EdiModel.ModelType
EdiModel.Receiver
EdiModel.Sender
EdiModel.Network
EdiModel.Metadata
Namespace: Conizi.Model.Documents
Assembly: Conizi.Model.dll
Syntax
public class TransportDocument : EdiDocument, IModel

Properties

Documents

A list of document items

Declaration
public List<EdiDocumentItem> Documents { get; set; }
Property Value
Type Description
List<EdiDocumentItem>
Back to top Generated by DocFX