Class EdiManifestLine
Line of the manifest (consignment etc)
Inheritance
System.Object
Conizi.Model.Shared.Interfaces.EdiPatternPropertiesBase
EdiManifestLine
Namespace: Conizi.Model.Shared.Entities
Assembly: Conizi.Model.dll
Syntax
public class EdiManifestLine : EdiPatternPropertiesBase
Properties
Consignment
The consignment included in the line of the manifest
Declaration
public Consignment Consignment { get; set; }
Property Value
Type | Description |
---|---|
Consignment |
LineNo
The number of the line
Declaration
public int? LineNo { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |