Class CblBEDiferimento
Classe que contêm todas as propriedades relativas a um Diferimento.
Implements
CblBE100.ICblBEDiferimento
Inherited Members
Namespace: CblBE100
Assembly: CblBE100.dll
Syntax
[ComVisible(true)]
[Guid("48EB195C-0595-4513-8F66-CEDA415083A3")]
[ClassInterface(ClassInterfaceType.None)]
public class CblBEDiferimento : CblBaseBE, ICblBEDiferimento
Constructors
CblBEDiferimento()
Declaration
public CblBEDiferimento()
Properties
Activo
Indica se o diferimento está activo para regularização.
Declaration
public bool Activo { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Ano
Exercício do diferimento.
Declaration
public int Ano { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
CamposUtil
Colecção com os campos de utilizador.
Declaration
public StdBECampos CamposUtil { get; set; }
Property Value
Type | Description |
---|---|
StdBECampos |
Codigo
Codigo do diferimento.
Declaration
public string Codigo { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DataFim
Data de fim do diferimento.
Declaration
public DateTime DataFim { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
DataInicio
Data de Início do diferimento.
Declaration
public DateTime DataInicio { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
Descricao
Descrição do diferimento.
Declaration
public string Descricao { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Diario
Diário a utilizar na criação do Modelo de Lançamento.
Declaration
public string Diario { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Documento
Documento a utilizar na criação do Modelo de Lançamento.
Declaration
public string Documento { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EmModoEdicao
Indica se se trata de um novo diferimento 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. |
IdDiferimento
Identificador (ID) do diferimento.
Declaration
public string IdDiferimento { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Linhas
Conjunto de linhas do diferimento.
Declaration
public CblBELinhasDiferimentos Linhas { get; }
Property Value
Type | Description |
---|---|
CblBELinhasDiferimentos |
Metodo
Método de diferimento.
Declaration
public CblBEDiferimento.EnumMetodoDiferimento Metodo { get; set; }
Property Value
Type | Description |
---|---|
CblBEDiferimento.EnumMetodoDiferimento |
Methods
Finalize()
Declaration
protected override void Finalize()
Implements
CblBE100.ICblBEDiferimento