Interface IDocLogistica
Assembly: BasBE100.dll
Syntax
public interface IDocLogistica
Properties
DataDoc
Declaration
DateTime DataDoc { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
Documento
Declaration
string Documento { get; set; }
Property Value
Type |
Description |
System.String |
|
Entidade
Declaration
string Entidade { get; set; }
Property Value
Type |
Description |
System.String |
|
Filial
Declaration
string Filial { get; set; }
Property Value
Type |
Description |
System.String |
|
ID
Declaration
Property Value
Type |
Description |
System.String |
|
Linhas
Declaration
LinhasDocLogistica Linhas { get; }
Property Value
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 |
|
TipoEntidade
Declaration
string TipoEntidade { get; set; }
Property Value
Type |
Description |
System.String |
|