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
TransportDocument
Inherited Members
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> |