Class ResultDocDetail
Dados da linha do documento
Inheritance
System.Object
ResultDocDetail
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: GlobalSist.Server.WMS.WCF.Response
Assembly: GlobalSist.Server.WMS.dll
Syntax
public class ResultDocDetail
Constructors
ResultDocDetail()
Declaration
public ResultDocDetail()
Properties
BatchCode
Obtém ou define o código do lote
Declaration
public string BatchCode { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ConfirmedQty
Obtém ou define a quantidade confirmada
Declaration
public decimal ConfirmedQty { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Decimal |
OriginContainerCodes
Obtém ou define a lista de unidades agregadoras de origem
Declaration
public List<string> OriginContainerCodes { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<System.String> |
Qty
Obtém ou define a quantidade
Declaration
public decimal Qty { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Decimal |
SKUCode
Obtém ou define o código do artigo
Declaration
public string SKUCode { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |