Class CblBEApuramentoIVADL186
Classe utilizada no apoio à criação de um documento de apuramento DL/186 2009.
Implements
CblBE100.ICblBEApuramentoIVADL186
Inherited Members
Namespace: CblBE100
Assembly: CblBE100.dll
Syntax
[ComVisible(true)]
[Guid("02CB3907-D02B-404B-924D-BAB2E540591D")]
[ClassInterface(ClassInterfaceType.None)]
public class CblBEApuramentoIVADL186 : CblBaseBE, ICblBEApuramentoIVADL186
Constructors
CblBEApuramentoIVADL186()
Initializes a new instance of the CblBEApuramentoIVADL186 class.
Declaration
public CblBEApuramentoIVADL186()
Properties
Ano
Ano
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 |
EmModoEdicao
Declaration
public bool EmModoEdicao { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
LinhasApuramentoIVA
Linhas
Declaration
public CblBELinhasApuramentoIVADL186 LinhasApuramentoIVA { get; }
Property Value
Type | Description |
---|---|
CblBELinhasApuramentoIVADL186 |
Periodo
Periodo
Declaration
public int Periodo { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
TipoLancamento
TipoLancamento
Declaration
public string TipoLancamento { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
Finalize()
Finalizes an instance of the CblBEApuramentoIVADL186 class.
Declaration
protected override void Finalize()
Implements
CblBE100.ICblBEApuramentoIVADL186