Show / Hide Table of Contents

Class EdiLoadingEquipmentData

Loading equipment

Inheritance
System.Object
Conizi.Model.Shared.Interfaces.EdiPatternPropertiesBase
EdiLoadingEquipmentBase
EdiLoadingEquipmentData
Inherited Members
EdiLoadingEquipmentBase.EquipmentType
EdiLoadingEquipmentBase.CustomLoadingEquipmentName
Namespace: Conizi.Model.Shared.Entities
Assembly: Conizi.Model.dll
Syntax
public class EdiLoadingEquipmentData : EdiLoadingEquipmentBase

Properties

Amount

Amount of equipment

Declaration
public int Amount { get; set; }
Property Value
Type Description
System.Int32

IsExchangeReasonRequired

Obsolete. Please use EdiPackExHandleChangeReason instead! Marks an equipment-exchange to require an exchange reason, if exchange is not complete

Declaration
public bool? IsExchangeReasonRequired { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

MaxExchangeAmount

Maximum exchange amount

Declaration
public int? MaxExchangeAmount { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

PackExHandleChangeReason

Defines whether a package exchange reason is required or not

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