Class ReceiveLineInfo
Inheritance
System.Object
ReceiveLineInfo
Assembly: DirectScale.Disco.Extension.Abstractions.dll
Syntax
public class ReceiveLineInfo : Object
Constructors
ReceiveLineInfo()
Declaration
Properties
ItemId
Declaration
public int ItemId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
QtyDamaged
Declaration
public int QtyDamaged { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
QtyReceived
Declaration
public int QtyReceived { get; set; }
Property Value
Type |
Description |
System.Int32 |
|