Class ImoBECadastroAfectacao
Classe que encapsula a definição da afectações
Inherited Members
Namespace: EapBE100
Assembly: EapBE100.dll
Syntax
[ComVisible(true)]
[Guid("3F47B78B-E904-4F77-B9BD-47071A7987F4")]
[ClassInterface(ClassInterfaceType.None)]
public class ImoBECadastroAfectacao : EapBaseBE
Constructors
ImoBECadastroAfectacao()
Declaration
public ImoBECadastroAfectacao()
Properties
Analitica
Identificador da Analítica.
Declaration
public string Analitica { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Ano
Identificador do Ano.
Declaration
public int Ano { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Bem
Identificador da Ficha (Activo).
Declaration
public string Bem { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CamposUtil
Colecção dos campos do utilizador.
Declaration
public StdBECampos CamposUtil { get; set; }
Property Value
Type | Description |
---|---|
StdBECampos |
CCusto
Identificador do Centro de Custo
Declaration
public string CCusto { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Dia
Identificador do Dia.
Declaration
public byte Dia { get; set; }
Property Value
Type | Description |
---|---|
System.Byte |
EmModoEdicao
Identificador do tipo de operação: TRUE - Edição | FALSE - Inserção.
Declaration
public bool EmModoEdicao { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Funcao
Identificador da Função.
Declaration
public string Funcao { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ID
Identificador único de registo.
Declaration
public string ID { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Mes
Identificador do Mês.
Declaration
public byte Mes { get; set; }
Property Value
Type | Description |
---|---|
System.Byte |
Observacoes
Outras observações a considerar.
Declaration
public string Observacoes { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Projecto
Identificador do Projecto
Declaration
public string Projecto { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Tempo
Define o tempo de afectação (nº. de horas).
Declaration
public float Tempo { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
ValorImputacao
Define o valor de imputação.
Declaration
public decimal ValorImputacao { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
WBSItem
Identificador do Elemento PEP
Declaration
public string WBSItem { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
Finalize()
Declaration
protected override void Finalize()