Class CblBELinhaRegularizacaoDif
Classe que contém todas as propriedades da entidade Linha de Regularização de Diferimento.
Implements
Inherited Members
Namespace: CblBE100
Assembly: CblBE100.dll
Syntax
[ComVisible(true)]
[Guid("2BCAEAA6-8133-477E-9CD4-AEEB047CC468")]
[ClassInterface(ClassInterfaceType.None)]
public class CblBELinhaRegularizacaoDif : CblBaseBE, ICblBELinhaRegularizacaoDif
  Constructors
CblBELinhaRegularizacaoDif()
Declaration
public CblBELinhaRegularizacaoDif()
  Properties
CamposUtil
Colecção de Campos de Utilizadores.
Declaration
public StdBECampos CamposUtil { get; set; }
  Property Value
| Type | Description | 
|---|---|
| StdBECampos | 
Conta
Conta de Diferimento (informativo).
Declaration
public string Conta { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
ContaDestino
Conta Destino (informativo).
Declaration
public string ContaDestino { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
DataExecucao
Data de execução da regularização
Declaration
public DateTime DataExecucao { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.DateTime | 
DataFim
Data Final da regularização.
Declaration
public DateTime DataFim { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.DateTime | 
DataInicio
Data de Início da regularização.
Declaration
public DateTime DataInicio { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.DateTime | 
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 | EmModoEdicao = True: Já existe. EmModoEdicao = False: Novo.  | 
      
Exercicio
Exercício de Regularização.
Declaration
public int Exercicio { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
ID
Identificador da regularização do diferimento.
Declaration
public string ID { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
IdDiferimento
Identificador (ID) do diferimento.
Declaration
public string IdDiferimento { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
IdDocRegularizacao
Identificador do documento de regularização (informativo).
Declaration
public string IdDocRegularizacao { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
IDMovimento
Identificador (ID) da linha do movimento contabilístico origem.
Declaration
public string IDMovimento { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
ModeloLancamento
O Modelo de Lançamento a utilizar na regularização (informativo).
Declaration
public string ModeloLancamento { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Periodo
Período de Regularização.
Declaration
public int Periodo { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
ValorDiferidoPeriodo
Valor diferido no período.
Declaration
public double ValorDiferidoPeriodo { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Double | 
Methods
Finalize()
Declaration
protected override void Finalize()