Class EdiLoadingEquipmentExchange
Information about loading equipment exchange
Inheritance
System.Object
Conizi.Model.Shared.Interfaces.EdiPatternPropertiesBase
EdiLoadingEquipmentExchange
Namespace: Conizi.Model.Shared.Entities
Assembly: Conizi.Model.dll
Syntax
public class EdiLoadingEquipmentExchange : EdiPatternPropertiesBase
Properties
Exchanged
Loading Equipment was exchanged
Declaration
public bool? Exchanged { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
LoadingEquipment
Information about the type of loading equipment and the amount
Declaration
public List<EdiLoadingEquipment> LoadingEquipment { get; set; }
Property Value
| Type | Description |
|---|---|
| List<EdiLoadingEquipment> |