Class ImoBEProcessamentoImpostosDif
Classe que encapsula a definição da análise de diferenças temporárias Fiscal/Contabilística.
Inherited Members
Namespace: EapBE100
Assembly: EapBE100.dll
Syntax
[ComVisible(true)]
[Guid("F6CAA4F9-B16E-4E2D-B618-24C1FDB191B1")]
[ClassInterface(ClassInterfaceType.None)]
public class ImoBEProcessamentoImpostosDif : EapBaseBE
Constructors
ImoBEProcessamentoImpostosDif()
Declaration
public ImoBEProcessamentoImpostosDif()
Properties
AnoCBL
Identificador do Mês de Lançamento.
Declaration
public int AnoCBL { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
CalculaDesdeInicioExercicio
Indica se calcula desde o inicio do exercicio.
Declaration
public bool CalculaDesdeInicioExercicio { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
CamposUtil
Colecção dos campos do utilizador.
Declaration
public StdBECampos CamposUtil { get; set; }
Property Value
Type | Description |
---|---|
StdBECampos |
DataDocumento
Identificador da Data do Documento.
Declaration
public DateTime DataDocumento { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
Descricao
Descrição do Processamento
Declaration
public string Descricao { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DescricaoDoc
Identificador da Descrição do Documento.
Declaration
public string DescricaoDoc { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DescricaoDocumento
Identificador da Descrição do Documento.
Declaration
public string DescricaoDocumento { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DiaCBL
Identificador do Dia de Lançamento.
Declaration
public int DiaCBL { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Diario
Identificador do Diário.
Declaration
public string Diario { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Documento
Identificador do Documento.
Declaration
public string Documento { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EmModoEdicao
Identificador do tipo de operação: TRUE - Edição | FALSE - Inserção.
Declaration
public bool EmModoEdicao { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Exercicio
Identificador do Exercicio Económico.
Declaration
public int Exercicio { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ID
Identificador (ID) do processamento.
Declaration
public string ID { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IdCBL
Identificador do (ID) do Documento na Contabilidade.
Declaration
public string IdCBL { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LinhasProcImpostosDiferidos
Linhas do Processamento de Impostos Diferidos.
Declaration
public ImoBELinhasProcImpostosDif LinhasProcImpostosDiferidos { get; }
Property Value
Type | Description |
---|---|
ImoBELinhasProcImpostosDif |
MesCBL
Identificador do Mês de Lançamento.
Declaration
public int MesCBL { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Numerador
Identificador do Numerador
Declaration
public int Numerador { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
NumeradorImposto
Identificador do Numerador do Imposto
Declaration
public int NumeradorImposto { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Periodo
Identificador do Período de Procesamento.
Declaration
public int Periodo { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
PlanoContabilistico
Identificador do Plano Contabilistico.
Declaration
public string PlanoContabilistico { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PlanoFiscal
Identificador do Plano Fiscal.
Declaration
public string PlanoFiscal { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TipoLancamento
Identificador do Tipo de Lançamento.
Declaration
public string TipoLancamento { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
Finalize()
Declaration
protected override void Finalize()