Class EdiOrientation
The goods must be transported in a given orientation and may not be flipped over
Inheritance
System.Object
Conizi.Model.Shared.Interfaces.EdiPatternPropertiesBase
EdiOrientation
Namespace: Conizi.Model.Shared.Entities
Assembly: Conizi.Model.dll
Syntax
public class EdiOrientation : EdiPatternPropertiesBase
Properties
Horizontal
The goods must be transported flat down
Declaration
public bool? Horizontal { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
Vertical
The goods must be transported upright
Declaration
public bool? Vertical { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |