Class CblBERegularizacaoDif
Classe que identifica uma Regularização de um Diferimento.
Implements
CblBE100.ICblBERegularizacaoDif
Inherited Members
Namespace: CblBE100
Assembly: CblBE100.dll
Syntax
[ComVisible(true)]
[Guid("FB64B323-3237-4103-9B40-588DA12B4FC4")]
[ClassInterface(ClassInterfaceType.None)]
public class CblBERegularizacaoDif : CblBaseBE, ICblBERegularizacaoDif
Constructors
CblBERegularizacaoDif()
Declaration
public CblBERegularizacaoDif()
Properties
DataDocumento
Data do documento contabilístico
Declaration
public DateTime DataDocumento { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
DescricaoDocumento
Descrição do documento contabilístico a lançar por cada diferimento a regularizar
Declaration
public string DescricaoDocumento { 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. |
Exercicio
Exercício do diferimento
Declaration
public int Exercicio { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Linhas
Conjunto de linhas do diferimento
Declaration
public CblBELinhasRegularizacaoDif Linhas { get; }
Property Value
Type | Description |
---|---|
CblBELinhasRegularizacaoDif |
Periodo
Período do diferimento
Declaration
public int Periodo { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
Finalize()
Declaration
protected override void Finalize()
Implements
CblBE100.ICblBERegularizacaoDif