Interface ILinhaReservaLogistica
Assembly: BasBE100.dll
Syntax
public interface ILinhaReservaLogistica
Properties
Armazem
Declaration
string Armazem { get; set; }
Property Value
Type |
Description |
System.String |
|
ArmazemOrigem
Declaration
string ArmazemOrigem { get; set; }
Property Value
Type |
Description |
System.String |
|
Artigo
Declaration
string Artigo { get; set; }
Property Value
Type |
Description |
System.String |
|
ChaveLog
Declaration
Property Value
Type |
Description |
System.String |
|
Conteudo
Declaration
Property Value
Type |
Description |
System.String |
|
DescricaoDestino
Declaration
string DescricaoDestino { get; set; }
Property Value
Type |
Description |
System.String |
|
DescricaoOrigem
Declaration
string DescricaoOrigem { get; set; }
Property Value
Type |
Description |
System.String |
|
EmModoEdicao
Declaration
bool EmModoEdicao { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EstadoBE
Declaration
string EstadoBE { get; set; }
Property Value
Type |
Description |
System.String |
|
EstadoDestino
Declaration
string EstadoDestino { get; set; }
Property Value
Type |
Description |
System.String |
|
EstadoOrigem
Declaration
string EstadoOrigem { get; set; }
Property Value
Type |
Description |
System.String |
|
Fechada
Declaration
bool Fechada { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ID
Declaration
Property Value
Type |
Description |
System.String |
|
IdChaveDestino
Declaration
string IdChaveDestino { get; set; }
Property Value
Type |
Description |
System.String |
|
IdChaveOrigem
Declaration
string IdChaveOrigem { get; set; }
Property Value
Type |
Description |
System.String |
|
IdReservaOriginal
Declaration
string IdReservaOriginal { get; set; }
Property Value
Type |
Description |
System.String |
|
IdTipoOrigemDestino
Declaration
string IdTipoOrigemDestino { get; set; }
Property Value
Type |
Description |
System.String |
|
IdTipoOrigemOrigem
Declaration
string IdTipoOrigemOrigem { get; set; }
Property Value
Type |
Description |
System.String |
|
Localizacao
Declaration
string Localizacao { get; set; }
Property Value
Type |
Description |
System.String |
|
LocalizacaoOrigem
Declaration
string LocalizacaoOrigem { get; set; }
Property Value
Type |
Description |
System.String |
|
Lote
Declaration
string Lote { get; set; }
Property Value
Type |
Description |
System.String |
|
LoteOrigem
Declaration
string LoteOrigem { get; set; }
Property Value
Type |
Description |
System.String |
|
Quantidade
Declaration
double Quantidade { get; set; }
Property Value
Type |
Description |
System.Double |
|
QuantidadePendente
Declaration
double QuantidadePendente { get; set; }
Property Value
Type |
Description |
System.Double |
|
ReservadoPor
Declaration
int ReservadoPor { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
TipoDocDestino
Declaration
string TipoDocDestino { get; set; }
Property Value
Type |
Description |
System.String |
|