Class CblBEDocumentoControlling
Classe que identifica um Documento de Controlling.
Implements
Inherited Members
Namespace: CblBE100
Assembly: CblBE100.dll
Syntax
[ComVisible(true)]
[Guid("F0B8AE7E-FE01-4A1A-94D2-BFDD955D7DC0")]
[ClassInterface(ClassInterfaceType.None)]
public class CblBEDocumentoControlling : CblBaseBE, ICblBEDocumentoControlling
Constructors
CblBEDocumentoControlling()
Declaration
public CblBEDocumentoControlling()
Properties
Ano
Identificador do 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 |
Data
Identificador da Data.
Declaration
public DateTime Data { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
Descricao
Identificador da Descricao.
Declaration
public string Descricao { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DiaCBL
Identificador do DiaCBL.
Declaration
public int DiaCBL { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Diario
Identificador do Diario.
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 | EmModoEdicao = True: Já existe. EmModoEdicao = False: Novo. |
IdCBL
Identificador do IdCBL.
Declaration
public string IdCBL { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IdDoc
Identificador do IdDoc.
Declaration
public string IdDoc { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IdEstorno
Identificador do IdEstorno.
Declaration
public string IdEstorno { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LinhasDocControlling
Conjunto de linhas que contém a informação das Linhas associadas à classe.
Declaration
public CblBELinhasDocControlling LinhasDocControlling { get; set; }
Property Value
Type | Description |
---|---|
CblBELinhasDocControlling |
MesCBL
Identificador do MesCBL.
Declaration
public int MesCBL { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Moeda
Identifica a Moeda do documento
Declaration
public string Moeda { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NumDocExterno
Identificador do número de documento externo.
Declaration
public string NumDocExterno { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Numero
Identificador do Numero.
Declaration
public int Numero { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
TipoAfectacao
Propriedade que determina o tipo de afectação do documento: talAmbasMoedas(0), talMoedaBase(1), talMoedaAlternativa(2)
Declaration
public CblBEDocumento.ENUMTipoAfectacaoLancamentos TipoAfectacao { get; set; }
Property Value
Type | Description |
---|---|
CblBEDocumento.ENUMTipoAfectacaoLancamentos |
TipoLancamento
Identificador do Tipo de Lançamento .
Declaration
public string TipoLancamento { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
Finalize()
Declaration
protected override void Finalize()