Class CnoBERecebimento
Classe que contém a estrutura de um Recebimento
Implements
Inherited Members
Namespace: CnoBE100
Assembly: CnoBE100.dll
Syntax
[ComVisible(true)]
[Guid("23753ABA-6B47-4605-BB98-6FBE0D1D3B07")]
[ClassInterface(ClassInterfaceType.None)]
public class CnoBERecebimento : CnoBaseBE, ICnoBERecebimento
Constructors
CnoBERecebimento()
Declaration
public CnoBERecebimento()
Properties
Ano
Exercício de referência
Declaration
public int Ano { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
CamposUtil
Colecção dos campos de utilizador.
Declaration
public StdBECampos CamposUtil { get; set; }
Property Value
Type | Description |
---|---|
StdBECampos |
Conferido
Indica se o movimento foi conferido
Declaration
public bool Conferido { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Conta
Código da conta do movimento
Declaration
public string Conta { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DataMov
Data do documento
Declaration
public DateTime DataMov { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
DataRecebimento
Data em que o documento foi recebido
Declaration
public DateTime DataRecebimento { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
Descricao
Descrição relativa ao recebimento
Declaration
public string Descricao { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EmModoEdicao
Indica se se trata de um novo registo ou de um já existente em edição.
Declaration
public bool EmModoEdicao { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Entidade
Código da entidade
Declaration
public string Entidade { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Id
Identificador do recebimento
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IDMovimento
Identificador da linha de movimento associada
Declaration
public string IDMovimento { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Livro
Livro a que o movimento se encontra associado
Declaration
public string Livro { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Moeda
Moeda em que é feito o recebimento
Declaration
public string Moeda { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NumeroDoc
Número associado ao documento
Declaration
public int NumeroDoc { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
NumeroLinha
Número da linha
Declaration
public int NumeroLinha { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
NumeroMov
Número do movimento
Declaration
public int NumeroMov { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Recebido
Indica se o valor já foi efectivamente recebido
Declaration
public bool Recebido { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Rubrica
Código da rubrica associada ao recebimento
Declaration
public string Rubrica { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TaxaIva
Taxa de IVA
Declaration
public double TaxaIva { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
TipoTerceiro
Tipo de terceiro (C - Cliente | F - Fornecedor | O - Outro terceiro)
Declaration
public string TipoTerceiro { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ValorIva
Valor de IVA
Declaration
public decimal ValorIva { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
ValorIvaAlt
Valor de IVA em moeda alternativa
Declaration
public decimal ValorIvaAlt { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
ValorLiquido
Valor líquido
Declaration
public decimal ValorLiquido { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
ValorLiquidoAlt
Valor líquido em moeda alternativa
Declaration
public decimal ValorLiquidoAlt { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
ValorRetencao
Valor sujeito a retenção na fonte
Declaration
public decimal ValorRetencao { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
ValorRetencaoAlt
Valor sujeito a retenção na fonte em moeda alternativa
Declaration
public decimal ValorRetencaoAlt { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
ValorSelo
Valor de Selo
Declaration
public decimal ValorSelo { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
ValorSeloAlt
Valor de Selo em moeda alternativa
Declaration
public decimal ValorSeloAlt { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
Methods
Finalize()
Declaration
protected override void Finalize()