Class GabBERegistoCusto
Classe de definição do objecto GabBERegistoCusto.
Implements
GabBE100.IGabBERegistoCusto
Inherited Members
Namespace: GabBE100
Assembly: GabBE100.dll
Syntax
[ComVisible(true)]
[Guid("F94B14B1-CBF6-4C79-92E6-A9D606E57476")]
[ClassInterface(ClassInterfaceType.None)]
public class GabBERegistoCusto : GabBaseBE, IGabBERegistoCusto
Constructors
GabBERegistoCusto()
Declaration
public GabBERegistoCusto()
Properties
Artigo
Identificador do artigo
Declaration
public string Artigo { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CadastroTarefa
Código da Tarefa
Declaration
public string CadastroTarefa { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CamposUtil
Devolve a colecção de campos de utilizador.
Declaration
public StdBECampos CamposUtil { get; set; }
Property Value
Type | Description |
---|---|
StdBECampos |
Cliente
Identificador do Cliente.
Declaration
public string Cliente { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Data
Data do registo.
Declaration
public DateTime Data { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
DataLiqImposto
Data de liquidação do imposto.
Declaration
public DateTime DataLiqImposto { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
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 |
Funcionario
Identificador do Funcionário.
Declaration
public string Funcionario { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Id
Identificador único do registo.
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IDContrato
Identificador do contrato associado.
Declaration
public string IDContrato { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IdFacturacaoGab
Identificador único do documento de facturação.
Declaration
public string IdFacturacaoGab { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Imposto
Indica se o custo é do tipo imposto.
Declaration
public bool Imposto { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Moeda
Moeda utilizada no registo de custo.
Declaration
public string Moeda { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Observacoes
Observações associadas.
Declaration
public string Observacoes { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PrecoUnitario
Preço de custo do artigo associado.
Declaration
public double PrecoUnitario { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Quantidade
Quantidade de itens associados ao custo.
Declaration
public double Quantidade { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
SujeitoFacturacao
Indica se o custo está sujeito a facturação.
Declaration
public bool SujeitoFacturacao { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
Finalize()
Declaration
protected override void Finalize()
Implements
GabBE100.IGabBERegistoCusto