Interface IDocStock
Assembly: BasBE100.dll
Syntax
public interface IDocStock
Properties
Arredondamento
Declaration
int Arredondamento { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Cambio
Declaration
double Cambio { get; set; }
Property Value
Type |
Description |
System.Double |
|
CambioMAlt
Declaration
double CambioMAlt { get; set; }
Property Value
Type |
Description |
System.Double |
|
CambioMBase
Declaration
double CambioMBase { get; set; }
Property Value
Type |
Description |
System.Double |
|
EmModoEdicao
Declaration
bool EmModoEdicao { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Encargos
Declaration
IEncargosLogistica Encargos { get; set; }
Property Value
Filial
Declaration
string Filial { get; set; }
Property Value
Type |
Description |
System.String |
|
ID
Declaration
Property Value
Type |
Description |
System.String |
|
Moeda
Declaration
string Moeda { get; set; }
Property Value
Type |
Description |
System.String |
|
NumDoc
Declaration
Property Value
Type |
Description |
System.Int32 |
|
Serie
Declaration
string Serie { get; set; }
Property Value
Type |
Description |
System.String |
|
Tipodoc
Declaration
string Tipodoc { get; set; }
Property Value
Type |
Description |
System.String |
|