Class CctBELinhaPendente
Classe que encapsula a definição de uma Linha de Pendentes.
Inherited Members
Namespace: CctBE100
Assembly: CctBE100.dll
Syntax
[ComVisible(true)]
[Guid("11AFD413-47A4-4E37-AC1C-21294895B8FB")]
[ClassInterface(ClassInterfaceType.None)]
public class CctBELinhaPendente : CctBaseBE
Constructors
CctBELinhaPendente()
Declaration
public CctBELinhaPendente()
Properties
CamposUtil
Identificador dos Campos do Utilizador.
Declaration
public StdBECampos CamposUtil { get; set; }
Property Value
Type | Description |
---|---|
StdBECampos |
Categoria
Identificador da Categoria.
Declaration
public int Categoria { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
CBLContaLigacaoAnalitica
Conta de ligação à contabilidade analítica.
Declaration
public string CBLContaLigacaoAnalitica { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CBLContaLigacaoCentrosCusto
Conta de ligação aos centros de custo.
Declaration
public string CBLContaLigacaoCentrosCusto { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CBLContaLigacaoEconomica
Conta de ligação à contabilidade Economica.
Declaration
public string CBLContaLigacaoEconomica { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CBLContaLigacaoFuncional
Conta de ligação à contabilidade funcional.
Declaration
public string CBLContaLigacaoFuncional { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CBLContaLigacaoGeral
Conta de ligação à contabilidade geral.
Declaration
public string CBLContaLigacaoGeral { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CBLContaLigacaoOrganica
Conta de ligação à contabilidade Organica.
Declaration
public string CBLContaLigacaoOrganica { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ClasseActividade
Identificador da Classe de Actividade.
Declaration
public int ClasseActividade { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
CodIva
Código do Iva.
Declaration
public string CodIva { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DataUltimaActualizacao
Data da última actualização do registo.
Declaration
public DateTime DataUltimaActualizacao { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
Descricao
Descrição.
Declaration
public string Descricao { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EmModoEdicao
Identifica se a secção está em Edição
Declaration
public bool EmModoEdicao { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ID
Identificador.
Declaration
public string ID { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IDAuto
Identifica o Id do Auto.
Declaration
public string IDAuto { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IDHistorico
IDHistorico.
Declaration
public string IDHistorico { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IDItem
Identificador do Item da Obra/Projecto
Declaration
public string IDItem { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IdLinhaTesouraria
Identificador Linha de Tesouraria.
Declaration
public string IdLinhaTesouraria { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IDObra
Identificador do Id da Obra.
Declaration
public string IDObra { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Incidencia
Valor total iliquido.
Declaration
public double Incidencia { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
ItemCod
Identificador do Item Cod da Obra/Projecto
Declaration
public string ItemCod { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ItemDesc
Descrição do Item da Obra/Projecto
Declaration
public string ItemDesc { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IvaRegraCalculo
Regra de calculo utilizada no IVA (Normal ou Inversão do Sujeito Passivo)
Declaration
public float IvaRegraCalculo { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
Linha
Número da linha
Declaration
public int Linha { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
PercIvaDedutivel
Percentagem de Iva Dedutivel.
Declaration
public double PercIvaDedutivel { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
SubEmpreitada
Identificador da Sub Empreitada.
Declaration
public int SubEmpreitada { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
TaxaProRata
Taxa Pro-rata.
Declaration
public double TaxaProRata { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
TipoAuto
Identifica o Tipo de Auto.
Declaration
public string TipoAuto { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TipoIVA
Tipo de IVA.
Declaration
public int TipoIVA { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
TipoOperacao
Tipo de operação.
Declaration
public string TipoOperacao { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Total
Valor total liquido.
Declaration
public double Total { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
ValorIva
Valor total do Iva.
Declaration
public double ValorIva { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
ValorRecargo
Valor total do Recargo.
Declaration
public double ValorRecargo { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
WBSItem
Identificador do item WBS do Projecto.
Declaration
public string WBSItem { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
Finalize()
Declaration
protected override void Finalize()