Interface ILinhaDocStock
Assembly: BasBE100.dll
Syntax
public interface ILinhaDocStock
Properties
Armazem
Declaration
string Armazem { get; set; }
Property Value
Type |
Description |
System.String |
|
Artigo
Declaration
string Artigo { get; set; }
Property Value
Type |
Description |
System.String |
|
CamposStkOrig
Declaration
StdBECampos CamposStkOrig { get; set; }
Property Value
DataStock
Declaration
DateTime DataStock { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
EstadoBD
Declaration
BasBETiposGcp.enuEstadosBD EstadoBD { get; set; }
Property Value
FactorConv
Declaration
double FactorConv { get; set; }
Property Value
Type |
Description |
System.Double |
|
IdLinha
Declaration
string IdLinha { get; set; }
Property Value
Type |
Description |
System.String |
|
IDObra
Declaration
string IDObra { get; set; }
Property Value
Type |
Description |
System.String |
|
INV_EstadoDestino
Declaration
string INV_EstadoDestino { get; set; }
Property Value
Type |
Description |
System.String |
|
INV_EstadoOrigem
Declaration
string INV_EstadoOrigem { get; set; }
Property Value
Type |
Description |
System.String |
|
INV_IDReserva
Declaration
string INV_IDReserva { get; set; }
Property Value
Type |
Description |
System.String |
|
Localizacao
Declaration
string Localizacao { get; set; }
Property Value
Type |
Description |
System.String |
|
Lote
Declaration
string Lote { get; set; }
Property Value
Type |
Description |
System.String |
|
MovimentaStock
Declaration
bool MovimentaStock { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
MovStock
Declaration
string MovStock { get; set; }
Property Value
Type |
Description |
System.String |
|
NumerosSerie
Declaration
BasBENumerosSerie NumerosSerie { get; set; }
Property Value
PrecUnit
Declaration
double PrecUnit { get; set; }
Property Value
Type |
Description |
System.Double |
|
Quantidade
Declaration
double Quantidade { get; set; }
Property Value
Type |
Description |
System.Double |
|
ReservaStock
Declaration
IReservaLogistica ReservaStock { get; set; }
Property Value
TipoLinha
Declaration
string TipoLinha { get; set; }
Property Value
Type |
Description |
System.String |
|
Unidade
Declaration
string Unidade { get; set; }
Property Value
Type |
Description |
System.String |
|
WBSItem
Declaration
string WBSItem { get; set; }
Property Value
Type |
Description |
System.String |
|