Class InvBERecalculoLote
Classe que encapsula a definição do Recálculo do Lote.
Implements
InvBE100.IInvBERecalculoLote
Inherited Members
Namespace: InvBE100
Assembly: InvBE100.dll
Syntax
[ComVisible(true)]
[Guid("9312AED2-C692-44B4-B40B-8EEAD6BA792F")]
[ClassInterface(ClassInterfaceType.None)]
public class InvBERecalculoLote : InvBaseBE, IInvBERecalculoLote
Constructors
InvBERecalculoLote()
Declaration
public InvBERecalculoLote()
Properties
Armazem
Identificador do Armazem.
Declaration
public string Armazem { get; set; }
Property Value
Type | Description |
---|---|
System.String | Código do armazém (Armazem). |
Artigo
Identificador do Artigo.
Declaration
public string Artigo { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IdArtigoDim
Identificador do Id do Artigo.
Declaration
public string IdArtigoDim { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Localizacao
Identificador da Localização.
Declaration
public string Localizacao { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Lote
Identificador do Lote.
Declaration
public string Lote { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PCM
Identificador do PCM.
Declaration
public double PCM { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
PCMANT
Identificador do PCM Inicial.
Declaration
public double PCMANT { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
PCU
Identificador do PCU.
Declaration
public double PCU { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
PCUANT
Identificador do PCU Inicial.
Declaration
public double PCUANT { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
QTD
Identificador da Quantidade.
Declaration
public double QTD { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
QTDANT
Identificador da Quantidade Inicial.
Declaration
public double QTDANT { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
InvBE100.IInvBERecalculoLote