Show / Hide Table of Contents

Class EdiPackage

Information about the individual package

Inheritance
System.Object
Conizi.Model.Shared.Interfaces.EdiPatternPropertiesBase
EdiPackage
Namespace: Conizi.Model.Shared.Entities
Assembly: Conizi.Model.dll
Syntax
public class EdiPackage : EdiPatternPropertiesBase

Properties

Barcode

Scan id of the package, usually printed as machine readable bar code on the package

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

Content

The package content

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

Height

Height in meter

Declaration
public decimal? Height { get; set; }
Property Value
Type Description
System.Nullable<System.Decimal>

Length

Length in meter

Declaration
public decimal? Length { get; set; }
Property Value
Type Description
System.Nullable<System.Decimal>

PackagingType

The packaging type

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

ReferenceNumber

The reference number

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

Volume

Total volume of the package (m³)

Declaration
public decimal? Volume { get; set; }
Property Value
Type Description
System.Nullable<System.Decimal>

Weight

Weight of the package in kg

Declaration
public decimal? Weight { get; set; }
Property Value
Type Description
System.Nullable<System.Decimal>

Width

Width in meter

Declaration
public decimal? Width { get; set; }
Property Value
Type Description
System.Nullable<System.Decimal>
Back to top Generated by DocFX