Class CblBELinhaLiqCustos
Classe que encapsula a definição de um processamento de liquidação de custos
Implements
CblBE100.ICblBELinhaLiqCustos
Inherited Members
Namespace: CblBE100
Assembly: CblBE100.dll
Syntax
[ComVisible(true)]
[Guid("B52D582F-09D9-4230-B770-0737960F0A48")]
[ClassInterface(ClassInterfaceType.None)]
public class CblBELinhaLiqCustos : CblBaseBE, ICblBELinhaLiqCustos
Constructors
CblBELinhaLiqCustos()
Declaration
public CblBELinhaLiqCustos()
Properties
Ano
Ano
Declaration
public int Ano { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
CamposUtil
Colecção de campos de utilizador
Declaration
public StdBECampos CamposUtil { get; set; }
Property Value
Type | Description |
---|---|
StdBECampos |
Conta
Conta (Imobilizado)
Declaration
public string Conta { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ContaCompensacao
Conta de Compensação
Declaration
public string ContaCompensacao { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ContaOrigem
Conta Origem
Declaration
public string ContaOrigem { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Dia
Dia
Declaration
public byte Dia { get; set; }
Property Value
Type | Description |
---|---|
System.Byte |
Diario
Diario
Declaration
public string Diario { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Elemento
Elemento
Declaration
public string Elemento { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ElementoOrigem
Elemento Origem (Função ou Centro, consoante o tipo de conta)
Declaration
public string ElementoOrigem { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ID
Identificador da linha
Declaration
public string ID { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IDCabecDocLiq
Identificador do cabeçalho da liquidação
Declaration
public string IDCabecDocLiq { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IDCabecMovCBL
Identificador do cabeçalho do documento gerado
Declaration
public string IDCabecMovCBL { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IDMovLiquidado
Identificador do movimento liquidado
Declaration
public string IDMovLiquidado { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Linha
Número da linha do Documento
Declaration
public int Linha { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Mes
Mes
Declaration
public byte Mes { get; set; }
Property Value
Type | Description |
---|---|
System.Byte |
Natureza
Natureza do valor
Declaration
public string Natureza { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NormaLiquidacao
Norma de Liquidação
Declaration
public string NormaLiquidacao { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NumDiario
Nº do Diário
Declaration
public int NumDiario { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Projecto
Projecto
Declaration
public string Projecto { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ProjectoOrigem
ProjectoOrigem
Declaration
public string ProjectoOrigem { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SubElemento
SubElemento
Declaration
public string SubElemento { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SubElementoOrigem
SubElemento Origem (Função ou Centro, consoante o tipo de conta)
Declaration
public string SubElementoOrigem { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TipoConta
Tipo de Conta
Declaration
public string TipoConta { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TipoElemento
Tipo de Elemento
Declaration
public string TipoElemento { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TipoLancamento
Tipo de Lançamento
Declaration
public string TipoLancamento { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TipoRegra
Tipo de Regra (M-Manual; A-Automática)
Declaration
public string TipoRegra { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Valor
Valor
Declaration
public decimal Valor { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
ValorLiquidado
ValorLiquidado
Declaration
public decimal ValorLiquidado { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
Methods
Finalize()
Declaration
protected override void Finalize()
Implements
CblBE100.ICblBELinhaLiqCustos