Class CnoBELinhaDocumento
Classe que permite o acesso à informação de Linhas de Documentos Contabilísticos.
Implements
Inherited Members
Namespace: CnoBE100
Assembly: CnoBE100.dll
Syntax
[ComVisible(true)]
[Guid("CA8454EE-A758-45E8-9D94-B5259BF1BCA6")]
[ClassInterface(ClassInterfaceType.None)]
public class CnoBELinhaDocumento : CnoBaseBE, ICnoBELinhaDocumento
Constructors
CnoBELinhaDocumento()
Declaration
public CnoBELinhaDocumento()
Properties
Ano
Exercício do documento
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 de movimento
Declaration
public string Conta { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DataMov
Data do movimento
Declaration
public DateTime DataMov { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
Descricao
Descrição do movimento
Declaration
public string Descricao { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Entidade
Código da entidade
Declaration
public string Entidade { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EstadoBD
Indica o estado da linha (1 - Inalterado | 2 - Novo | 3 - Alterado)
Declaration
public CnoBELinhaDocumento.enuEstadosBD EstadoBD { get; set; }
Property Value
Type | Description |
---|---|
CnoBELinhaDocumento.enuEstadosBD |
Id
Identificador da linha do documento
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IDCabec
Identificador do cabeçalho do documento
Declaration
public string IDCabec { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IVA
Classe de IVA
Declaration
public string IVA { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Livro
Código do livro associado
Declaration
public string Livro { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Moeda
Moeda do documento
Declaration
public string Moeda { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NOrdemRegisto
Número de ordem do registo
Declaration
public int NOrdemRegisto { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
NumeroDoc
Número do documento
Declaration
public int NumeroDoc { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
NumeroGuiaSelo
Número da guia do selo
Declaration
public int NumeroGuiaSelo { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
NumeroLinha
Número da linha no documento
Declaration
public int NumeroLinha { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
NumeroMov
Número do documento
Declaration
public int NumeroMov { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
QuantidadeSelo
Quantidade selo (para classe de selo por unidade)
Declaration
public double QuantidadeSelo { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Recapitulativos
Indica se o movimento está sujeito a recapitulativos
Declaration
public string Recapitulativos { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Rubrica
Código da rubrica associada
Declaration
public string Rubrica { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Selo
Classe de Selo
Declaration
public string Selo { 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 de Retenção
Declaration
public decimal ValorRetencao { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
ValorRetencaoAlt
Valor de Retenção 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 do selo em moeda alternativa
Declaration
public decimal ValorSeloAlt { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
vrDataRecebimento
Data de Recebimento
Declaration
public DateTime vrDataRecebimento { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
vrRecebido
Indica se foi recebido
Declaration
public bool vrRecebido { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
Finalize()
Declaration
protected override void Finalize()