Interface IEncargoLogistica
Assembly: BasBE100.dll
Syntax
public interface IEncargoLogistica
Properties
CodigoPautal
Declaration
string CodigoPautal { get; set; }
Property Value
Type |
Description |
System.String |
|
DataMovimento
Declaration
DateTime DataMovimento { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
EmModoEdicao
Declaration
bool EmModoEdicao { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Encargo
Declaration
string Encargo { get; set; }
Property Value
Type |
Description |
System.String |
|
ID
Declaration
Property Value
Type |
Description |
System.String |
|
IDCabecOrigem
Declaration
string IDCabecOrigem { get; set; }
Property Value
Type |
Description |
System.String |
|
IdCabecStk
Declaration
string IdCabecStk { get; set; }
Property Value
Type |
Description |
System.String |
|
Modulo
Declaration
string Modulo { get; set; }
Property Value
Type |
Description |
System.String |
|
TipoDistribuicao
Declaration
string TipoDistribuicao { get; set; }
Property Value
Type |
Description |
System.String |
|
ValorDistribuir
Declaration
double ValorDistribuir { get; set; }
Property Value
Type |
Description |
System.Double |
|