Class ImoBEFichaFuncao
Classe que encapsula toda a definição da repartição por Funçoes de um Activo.
Inherited Members
Namespace: EapBE100
Assembly: EapBE100.dll
Syntax
[ComVisible(true)]
[Guid("EE7797EB-9B35-4B47-BC89-D510102157D8")]
[ClassInterface(ClassInterfaceType.None)]
public class ImoBEFichaFuncao : EapBaseBE
Constructors
ImoBEFichaFuncao()
Declaration
public ImoBEFichaFuncao()
Properties
CamposUtil
Colecção dos campos do utilizador.
Declaration
public StdBECampos CamposUtil { get; set; }
Property Value
Type | Description |
---|---|
StdBECampos |
Fixa
Identifica o tipo de repartição: 0 - Variável | 1 - Fixa.
Declaration
public bool Fixa { 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 |
Linha
Identificador da Linha
Declaration
public int Linha { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Percentagem
Identifica a percentagem de afectação.
Declaration
public float Percentagem { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
Principal
Identifica se Função é a principal.
Declaration
public bool Principal { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Projecto
Identificador do Projecto.
Declaration
public string Projecto { get; set; }
Property Value
Type | Description |
---|---|
System.String |
WBSItem
Identificador do Elemento de Projecto (WBSItem).
Declaration
public string WBSItem { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
Finalize()
Declaration
protected override void Finalize()