Class CblBECicloLancamento
Classe que permite o acesso à informação dos ciclos de lançamento
Implements
CblBE100.ICblBECicloLancamento
Inherited Members
Namespace: CblBE100
Assembly: CblBE100.dll
Syntax
[ComVisible(true)]
[Guid("A5929E3C-5DB2-4344-9915-D900A387AB85")]
[ClassInterface(ClassInterfaceType.None)]
public class CblBECicloLancamento : CblBaseBE, ICblBECicloLancamento
Constructors
CblBECicloLancamento()
Declaration
public CblBECicloLancamento()
Properties
Ano
Identifica o Ano do Documento, ou o respectivo exercício contabilistico, se exercício contabilistico for diferente do ano civil.
Declaration
public int Ano { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
CamposUtil
Colecção dos campos de utilizador.
Declaration
public StdBECampos CamposUtil { get; set; }
Property Value
Type | Description |
---|---|
StdBECampos |
Data
Identificador da Data
Declaration
public DateTime Data { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
DataLancamento
Identificador da Data de Lançamento
Declaration
public DateTime DataLancamento { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
Descricao
Descrição do Ciclo de Lançamento
Declaration
public string Descricao { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Dia
Identifica o Dia do Documento.
Declaration
public byte Dia { get; set; }
Property Value
Type | Description |
---|---|
System.Byte |
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
Indica se se trata de um novo registo ou de um já existente em edição.
Declaration
public bool EmModoEdicao { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Exercicio
Identificador do Exercicio
Declaration
public int Exercicio { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Id
Identificador do Ciclo de Lançamento
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LinhasCicloLancamento
LinhasCicloLancamento
Declaration
public CblBELinhasCicloLancamento LinhasCicloLancamento { get; }
Property Value
Type | Description |
---|---|
CblBELinhasCicloLancamento |
Mes
Identifica o Mês do Documento.
Declaration
public byte Mes { get; set; }
Property Value
Type | Description |
---|---|
System.Byte |
Numerador
Numerador
Declaration
public int Numerador { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Periodo
Identificador do Períodos
Declaration
public int Periodo { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Processado
Identificador do Estado do Ciclo
Declaration
public bool Processado { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
TipoLancamento
Identifica o TipoLancamento
Declaration
public string TipoLancamento { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
Finalize()
Declaration
protected override void Finalize()
Implements
CblBE100.ICblBECicloLancamento