Class CblBELinhaAjustesBalanco
Classe que contém informação sobre a linha de Processamento de Ajustes de Balanço.
Implements
CblBE100.ICblBELinhaAjustesBalanco
Inherited Members
Namespace: CblBE100
Assembly: CblBE100.dll
Syntax
[ComVisible(true)]
[Guid("9D410EE1-8694-444D-BAC4-EB3407A8BDCE")]
[ClassInterface(ClassInterfaceType.None)]
public class CblBELinhaAjustesBalanco : CblBaseBE, ICblBELinhaAjustesBalanco
Constructors
CblBELinhaAjustesBalanco()
Declaration
public CblBELinhaAjustesBalanco()
Properties
Ano
Identificador do Exercicio.
Declaration
public int Ano { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
CamposUtil
Colecção de Campos de Utilizadores.
Declaration
public StdBECampos CamposUtil { get; set; }
Property Value
Type | Description |
---|---|
StdBECampos |
Conta
Identificador da conta.
Declaration
public string Conta { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ContaAjuste
Identificador da conta de ajuste.
Declaration
public string ContaAjuste { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DataDocumento
Identificador da data do Documento.
Declaration
public DateTime DataDocumento { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
DataVencimento
Identificador da data de Vencimento.
Declaration
public DateTime DataVencimento { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
Diario
Identificador do Diario.
Declaration
public string Diario { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DiasDif
Identificador do numero de dias de diferença.
Declaration
public float DiasDif { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
Entidade
Identificador da entidade.
Declaration
public string Entidade { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Id
Identificador do Id da Linha.
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IdAjusteBalanco
Identificador do Id do Cabeçalho.
Declaration
public string IdAjusteBalanco { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Moeda
Identificador da Moeda
Declaration
public string Moeda { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NumeroDiario
Identificador do Numero do Diario.
Declaration
public int NumeroDiario { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
TipoConta
Identificador do tipo de conta da entidade.
Declaration
public string TipoConta { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ValorME
Identificador do Valor ME.
Declaration
public decimal ValorME { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
ValorML
Identificador do Valor ML
Declaration
public decimal ValorML { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
ValorPendente
Identificador do Valor Pendente
Declaration
public decimal ValorPendente { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
Methods
Finalize()
Declaration
protected override void Finalize()
Implements
CblBE100.ICblBELinhaAjustesBalanco