Class BasBELinhaContaCorrente
Classe que identifica um registo de Conta Corrente no módulo de Contabilidade
Implements
Inherited Members
Namespace: BasBE100
Assembly: BasBE100.dll
Syntax
[ComVisible(true)]
[Guid("c0bcd3eb-415f-4a87-a08b-057c1bf6e9d2")]
[ClassInterface(ClassInterfaceType.None)]
public class BasBELinhaContaCorrente : BasBaseBE, IBasBELinhaContaCorrente
Constructors
BasBELinhaContaCorrente()
Declaration
public BasBELinhaContaCorrente()
Properties
Ano
Identifica o Ano do Documento.
Declaration
public int Ano { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
CamposUtil
Devolve a colecção de Campos de Utilizador.
Declaration
public StdBECampos CamposUtil { get; set; }
Property Value
Type | Description |
---|---|
StdBECampos |
DataDoc
Data do documento.
Declaration
public DateTime DataDoc { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
DescricaoDoc
Descrição do documento de referência .
Declaration
public string DescricaoDoc { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DescricaoDocOrigem
Descrição documento original.
Declaration
public string DescricaoDocOrigem { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Dia
Identifica o Dia do Documento.
Declaration
public int Dia { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Entidade
Entidade do pendente.
Declaration
public string Entidade { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Filial
Filial do documento.
Declaration
public string Filial { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Id
Identificador da linha.
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IdCabecMovCBL
Identificador do documento contabilístico.
Declaration
public string IdCabecMovCBL { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IdDoc
Identificador do documento de referência.
Declaration
public string IdDoc { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IdDocOrigem
Identificador do documento original.
Declaration
public string IdDocOrigem { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IdHistorico
Identificador do pendente gerado.
Declaration
public string IdHistorico { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IdMovCBL
Identificador da linha do documento contabilístico.
Declaration
public string IdMovCBL { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IdMovOrigemCBL
Identificador da linha do documento contabilístico que liquidou.
Declaration
public string IdMovOrigemCBL { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IvaCaixa
Identificador da linha.
Declaration
public bool IvaCaixa { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Mes
Identifica o Mês do Documento.
Declaration
public int Mes { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ModuloDoc
Módulo do documento referência.
Declaration
public string ModuloDoc { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ModuloOrigem
Módulo do documento original.
Declaration
public string ModuloOrigem { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Moeda
Moeda do movimento.
Declaration
public string Moeda { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MoedaDoc
Moeda do documento original.
Declaration
public string MoedaDoc { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Natureza
Natureza do pendente.
Declaration
public string Natureza { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NumDoc
Número do documento.
Declaration
public int NumDoc { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
NumDocExterno
Propriedade que indica o Número do Documento Externo.
Declaration
public string NumDocExterno { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NumLinha
Identificador da Linha
Declaration
public int NumLinha { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
NumPrestacao
Número da prestação.
Declaration
public int NumPrestacao { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Projecto
Projecto do documento de referência.
Declaration
public string Projecto { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Rascunho
Indica se o movimento na contabilidade ainda não está efetivo.
Declaration
public bool Rascunho { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Serie
Série do documento.
Declaration
public string Serie { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TipoDoc
Tipo de documento.
Declaration
public string TipoDoc { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TipoEntidade
Tipo entidade do pendente.
Declaration
public string TipoEntidade { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Valor
Valor do movimento.
Declaration
public decimal Valor { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
ValorAlt
Valor do movimento na moeda alternativa.
Declaration
public decimal ValorAlt { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
ValorBase
Valor do movimento na moeda base.
Declaration
public decimal ValorBase { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
ValorDoc
Valor na moeda do documento original.
Declaration
public decimal ValorDoc { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
WbsItem
Elemento PEP do documento de referência.
Declaration
public string WbsItem { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
Finalize()
Declaration
protected void Finalize()