Class GabBETarefaCustos
Classe de definição do objecto GabBETarefaCustos. É uma classe "Detail" do objecto GabBETarefa.
Implements
GabBE100.IGabBETarefaCustos
Inherited Members
Namespace: GabBE100
Assembly: GabBE100.dll
Syntax
[ComVisible(true)]
[Guid("24638F8B-2353-4A2D-98D0-C26DE3168B39")]
[ClassInterface(ClassInterfaceType.None)]
public class GabBETarefaCustos : GabBaseBE, IGabBETarefaCustos
Constructors
GabBETarefaCustos()
Declaration
public GabBETarefaCustos()
Properties
Artigo
Identificador do artigo
Declaration
public string Artigo { 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 |
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 |
Linha
Número da linha.
Declaration
public int Linha { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Quantidade
Quantidade de itens associados a tarefa.
Declaration
public double Quantidade { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Tarefa
Identificador da tarefa.
Declaration
public string Tarefa { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
Finalize()
Declaration
protected override void Finalize()
Implements
GabBE100.IGabBETarefaCustos