Show / Hide Table of Contents

Class Consignment

A single consignment which is transferred between two partners. Usually used within the context a Manifest

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

The consignment is the basic business object for conizi. Other objects like Manifest, Tour uses the consignment for additional business processes.

Properties

AdditionalPartners

Additional partners which are also involved in processing this consignment

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

Billing

Information for invoicing and clearing

Declaration
public EdiBilling Billing { get; set; }
Property Value
Type Description
EdiBilling

ConsignmentNoReceivingPartner

Unique identification for the consignment within the transport management system of the receiving partner

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

ConsignmentNoShippingPartner

Unique identification for the consignment within the transport management system of the shipping partner

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

ConsignmentObjectId

Unique identification for the consignment in a central system

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

Content

Describes the nature and quantity of the goods in this consignment

Declaration
public EdiContent Content { get; set; }
Property Value
Type Description
EdiContent

CustomsInformation

Used to specify information necessary in the customs process

Declaration
public EdiCustomsInformation CustomsInformation { get; set; }
Property Value
Type Description
EdiCustomsInformation

ExternalServices

Services that are not provided by the parties involved in the physical transport but by external service providers (e.g. central services by the networks)

Declaration
public EdiExternalServices ExternalServices { get; set; }
Property Value
Type Description
EdiExternalServices

Information

General information about the consignment

Declaration
public EdiInformation Information { get; set; }
Property Value
Type Description
EdiInformation

IsPreAdvice

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

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

ManifestId

Manifest (Bordero) id of the shipping partner

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

OrderingParty

Person or company that ordered the transport of the consignment. Often identical to the shipper

Declaration
public EdiAddress OrderingParty { get; set; }
Property Value
Type Description
EdiAddress

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

References

Numbers of various sources identifing this consignment or references from this consignment to other business processes

Declaration
public EdiReferences References { get; set; }
Property Value
Type Description
EdiReferences

Routing

The address of the party which is sending the goods. This is usually the place where the transport originated

Declaration
public EdiRouting Routing { get; set; }
Property Value
Type Description
EdiRouting

Services

Special services which can be requested by the ordering party (or the shipping partner)

Declaration
public EdiServices Services { get; set; }
Property Value
Type Description
EdiServices

ShippingDate

The date on which the consignment was forwarded to the receiving partner. If the consignment was part of a cargo manifest, this is the date on which the manifest was issued

Declaration
public DateTime ShippingDate { get; set; }
Property Value
Type Description
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

TourNumber

Tour number. Number of the planned / assigned local traffic tour for delivery.

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

Methods

ToString()

Declaration
public override string ToString()
Returns
Type Description
System.String
Back to top Generated by DocFX