Class InvBELinhaVPT
Esta classe identifica uma linha de um documento de encargos.
Implements
InvBE100.IInvBELinhaVPT
  Inherited Members
Namespace: InvBE100
Assembly: InvBE100.dll
Syntax
[ComVisible(true)]
[Guid("CB024BA0-5327-4BCA-8BE1-81F9A1A0077A")]
[ClassInterface(ClassInterfaceType.None)]
public class InvBELinhaVPT : InvBaseBE, IInvBELinhaVPTConstructors
InvBELinhaVPT()
Declaration
public InvBELinhaVPT()Properties
Armazem
Identifica o armazém da linha da compra.
Declaration
public string Armazem { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | Código do armazém (Armazem). | 
Artigo
Identifica o artigo da linha da compra.
Declaration
public string Artigo { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | Código do artigo (Artigo). | 
CamposUtil
Coleção com os campos do utilizador.
Declaration
public StdBECampos CamposUtil { get; set; }Property Value
| Type | Description | 
|---|---|
| StdBECampos | Coleção com os campos do utilizador. | 
Data
Identifica a data do movimento.
Declaration
public DateTime Data { get; set; }Property Value
| Type | Description | 
|---|---|
| System.DateTime | Data e hora. | 
FactorConv
Identifica o factor de conversão da quantidade transformada.
Declaration
public double FactorConv { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Double | Factor de conversão (FactorConversao; FactorConversao). | 
ID
Identificador da linha.
Declaration
public string ID { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | 
IDCabecCompra
Identificador do cabeçalho do documento de compra.
Declaration
public string IDCabecCompra { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | 
IDLinhaCompra
Identificador da linha da compra.
Declaration
public string IDLinhaCompra { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | 
IdLinhaCompraOriginal
Identificador da linha da compra original.
Declaration
public string IdLinhaCompraOriginal { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | 
Lote
Identifica o lote da linha da compra.
Declaration
public string Lote { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | Código do lote (Lote) | 
Quantidade
Identifica a quantidade transformada.
Declaration
public double Quantidade { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Double | 
Unidade
Identifica a unidade da quantidade transformada.
Declaration
public string Unidade { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | 
Valor
Identifica o valor distribuído.
Declaration
public double Valor { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Double | 
Methods
Finalize()
Declaration
protected override void Finalize()Implements
      InvBE100.IInvBELinhaVPT