Class ImoBEAfectacaoGenerica
Classe que encapsula a definição das Afectações (Principal).
Inherited Members
Namespace: EapBE100
Assembly: EapBE100.dll
Syntax
[ComVisible(true)]
[Guid("AA87E388-062F-4748-BB69-35C884522B2D")]
[ClassInterface(ClassInterfaceType.None)]
public class ImoBEAfectacaoGenerica : EapBaseBE
Constructors
ImoBEAfectacaoGenerica()
Declaration
public ImoBEAfectacaoGenerica()
Properties
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 |
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 |
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 |
TotalHorasDispAnalitica
Define o total de horas disponíveis por Analítica
Declaration
public float TotalHorasDispAnalitica { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
TotalHorasDispCCusto
Define o total de horas disponíveis por Centro de Custo
Declaration
public float TotalHorasDispCCusto { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
TotalHorasDispFuncao
Define o total de horas disponíveis por Funcão
Declaration
public float TotalHorasDispFuncao { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
TotalHorasDispProjectoWBS
Define o total de horas disponíveis por Projecto/WBS
Declaration
public float TotalHorasDispProjectoWBS { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
TotalHorasMesAnalitica
Define o total de horas/mês afectadas por Analítica
Declaration
public float TotalHorasMesAnalitica { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
TotalHorasMesCCusto
Define o total de horas/mês afectadas por Centro de Custo
Declaration
public float TotalHorasMesCCusto { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
TotalHorasMesFuncao
Define o total de horas/mês afectadas por Funcão
Declaration
public float TotalHorasMesFuncao { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
TotalHorasMesProjectoWBS
Define o total de horas/mês afectadas por Projecto/WBS
Declaration
public float TotalHorasMesProjectoWBS { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
Methods
Finalize()
Declaration
protected override void Finalize()