Class CblBELinhaProcCambios
Classe que contém informação sobre a linha de Processamento de Câmbios.
Implements
CblBE100.ICblBELinhaProcCambios
Inherited Members
Namespace: CblBE100
Assembly: CblBE100.dll
Syntax
[ComVisible(true)]
[Guid("7780394E-9765-4977-896A-1E562E1BEF1D")]
[ClassInterface(ClassInterfaceType.None)]
public class CblBELinhaProcCambios : CblBaseBE, ICblBELinhaProcCambios
Constructors
CblBELinhaProcCambios()
Declaration
public CblBELinhaProcCambios()
Properties
Ano
Identificador do Exercicio.
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 |
Conta
Identificador da conta.
Declaration
public string Conta { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DataDocumento
Identificador da data do Documento.
Declaration
public DateTime DataDocumento { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
Diario
Identificador do Diario.
Declaration
public string Diario { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Id
Identificador do Id da Linha.
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Moeda
Identificador da Moeda
Declaration
public string Moeda { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NumDiario
Identificador do Numero do Diario.
Declaration
public int NumDiario { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ValorDifAct
Identificador do valor de diferença (Actual)
Declaration
public decimal ValorDifAct { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
ValorDifAnt
Identificador do valor de diferença (Antigo).
Declaration
public decimal ValorDifAnt { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
ValorME
Identificador do Valor ME.
Declaration
public decimal ValorME { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
ValorML
Identificador do Valor ML
Declaration
public decimal ValorML { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
Methods
Finalize()
Declaration
protected override void Finalize()
Implements
CblBE100.ICblBELinhaProcCambios