Show / Hide Table of Contents

Class Manifest

A manifest describes multiple Consignments which are forwarded from one partner to another at the same time

Inheritance
System.Object
Conizi.Model.Shared.Interfaces.EdiPatternPropertiesBase
EdiModel
Manifest
Inherited Members
EdiModel.Schema
EdiModel.Intent
EdiModel.ModelType
EdiModel.Receiver
EdiModel.Sender
EdiModel.Network
EdiModel.References
EdiModel.Metadata
Namespace: Conizi.Model.Transport.Truck.Groupage.Forwarding
Assembly: Conizi.Model.dll
Syntax
public class Manifest : EdiModel, IModel

Properties

AdditionalLoadingEquipment

Additional loading equipment used to securely load the goods into for the passage

Declaration
public EdiAdditionalLoadingEquipment AdditionalLoadingEquipment { get; set; }
Property Value
Type Description
EdiAdditionalLoadingEquipment

AdditionalPartners

Routing information to identify the parties involved in the data transfer

Declaration
public List<EdiPartnerIdentification> AdditionalPartners { get; set; }
Property Value
Type Description
List<EdiPartnerIdentification>

Carrier

Company responsible for the actual transport of the goods from the shipping partner to the receiving partner

Declaration
public EdiPartnerIdentification Carrier { get; set; }
Property Value
Type Description
EdiPartnerIdentification

IsPreAdvice

Adds the possibility of sending the manifest (after saving, before approval) to e.g. a TMS)

Declaration
public bool? IsPreAdvice { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

Lines

Ordinal number of the line within the manifest. Is referenced in other messages such as the unloading report

Declaration
public List<EdiManifestLine> Lines { get; set; }
Property Value
Type Description
List<EdiManifestLine>

LoadUnits

Load units (containers, swap bodies, ...) used to transport the goods

Declaration
public List<EdiLoadUnit> LoadUnits { get; set; }
Property Value
Type Description
List<EdiLoadUnit>

ManifestId

A unique identifier assigned to this cargo manifest by the shipping partner

Declaration
public string ManifestId { get; set; }
Property Value
Type Description
System.String

ManifestType

Type of the manifest (STD, INF, AVI)

Declaration
public string ManifestType { get; set; }
Property Value
Type Description
System.String

ReceivingPartner

The partner which is receiving the goods declared on the manifest from the shipping partner for further delivery

Declaration
public EdiPartnerIdentification ReceivingPartner { get; set; }
Property Value
Type Description
EdiPartnerIdentification

ShippingDate

The date on which the manifest was issued

Declaration
public DateTime? ShippingDate { get; set; }
Property Value
Type Description
System.Nullable<DateTime>

ShippingPartner

The partner which is sending the consignment to the receiving partner for further delivery.

Declaration
public EdiPartnerIdentification ShippingPartner { get; set; }
Property Value
Type Description
EdiPartnerIdentification

TransportType

Information about the way of production of that transport (i.e. by HUB, by direct transport, ...)

Declaration
public string TransportType { get; set; }
Property Value
Type Description
System.String

Vehicles

Information about the vehicles used in the transport

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