Class CblBELinhaApuramentoIVADL186
Classe que define uma entidade LinhaApuramentoIVA
Implements
CblBE100.ICblBELinhaApuramentoIVADL186
  Inherited Members
Namespace: CblBE100
Assembly: CblBE100.dll
Syntax
[ComVisible(true)]
[Guid("8D4EC8EB-42B0-4B04-982E-3D35A177915D")]
[ClassInterface(ClassInterfaceType.None)]
public class CblBELinhaApuramentoIVADL186 : CblBaseBE, ICblBELinhaApuramentoIVADL186
  Constructors
CblBELinhaApuramentoIVADL186()
Initializes a new instance of the CblBELinhaApuramentoIVADL186 class.
Declaration
public CblBELinhaApuramentoIVADL186()
  Properties
Ano
Ano
Declaration
public int Ano { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
Apuramento
Apuramento
Declaration
public string Apuramento { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
AutorizacaoReembolso
AutorizacaoReembolso
Declaration
public bool AutorizacaoReembolso { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
CamposUtil
Colecção de Campos de Utilizadores.
Declaration
public StdBECampos CamposUtil { get; set; }
  Property Value
| Type | Description | 
|---|---|
| StdBECampos | 
DataApuramento
DataApuramento
Declaration
public DateTime DataApuramento { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.DateTime | 
Descricao
Descricao
Declaration
public string Descricao { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Diario
Diario
Declaration
public string Diario { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Documento
Documento
Declaration
public string Documento { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
EmModoEdicao
Declaration
public bool EmModoEdicao { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
ForaPrazo
ForaPrazo
Declaration
public bool ForaPrazo { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
IDApuramento
Identificador da linha (apuramento)
Declaration
public string IDApuramento { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
IvaCaixa
IvaCaixa
Declaration
public decimal IvaCaixa { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Decimal | 
IvaPagar
IvaPagar
Declaration
public decimal IvaPagar { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Decimal | 
IvaReembolso
IvaReembolso
Declaration
public decimal IvaReembolso { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Decimal | 
IvaReportar
IvaReportar
Declaration
public decimal IvaReportar { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Decimal | 
IvaReportarForaPrazo
IvaReportarForaPrazo
Declaration
public decimal IvaReportarForaPrazo { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Decimal | 
LinhasRegularizacaoNC
Linhas Marcação Docs
Declaration
public CblBELinhasApuramentoIVARegularizacaoNC LinhasRegularizacaoNC { get; }
  Property Value
| Type | Description | 
|---|---|
| CblBELinhasApuramentoIVARegularizacaoNC | 
NumDiario
NumDiario
Declaration
public int NumDiario { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
NumDocumento
NumDocumento
Declaration
public int NumDocumento { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
Numero
Numero
Declaration
public int Numero { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
Periodo
Periodo
Declaration
public int Periodo { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
RegimeIVA
Regime de IVA: 1 - Isento / 2 - Trimestral / 3 - Mensal
Declaration
public CblBELinhaApuramentoIVADL186.EnumRegimeIVA RegimeIVA { get; set; }
  Property Value
| Type | Description | 
|---|---|
| CblBELinhaApuramentoIVADL186.EnumRegimeIVA | 
TipoAfectacao
TipoAfectacao
Declaration
public int TipoAfectacao { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
TipoLancamento
TipoLancamento
Declaration
public string TipoLancamento { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Utilizador
Utilizador
Declaration
public string Utilizador { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Methods
Finalize()
Finalizes an instance of the CblBELinhaApuramentoIVADL186 class.
Declaration
protected override void Finalize()
  Implements
      CblBE100.ICblBELinhaApuramentoIVADL186