Class EdiStacking
Indicated whether the goods may or may not be stacked
Inheritance
System.Object
Conizi.Model.Shared.Interfaces.EdiPatternPropertiesBase
EdiStacking
Namespace: Conizi.Model.Shared.Entities
Assembly: Conizi.Model.dll
Syntax
public class EdiStacking : EdiPatternPropertiesBase
Properties
Allowed
tacking of the goods is safely possible
Declaration
public bool? Allowed { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
Forbidden
The goods must not be stacked
Declaration
public bool? Forbidden { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |