Class ImoBEFichaContaAnalitica
Classe que encapsula toda a definição da Repartição por Analítica de um Activo.
Inherited Members
Namespace: EapBE100
Assembly: EapBE100.dll
Syntax
[ComVisible(true)]
[Guid("0F656334-899F-4FFB-B4EB-AEAF0B694BCF")]
[ClassInterface(ClassInterfaceType.None)]
public class ImoBEFichaContaAnalitica : EapBaseBE
Constructors
ImoBEFichaContaAnalitica()
Declaration
public ImoBEFichaContaAnalitica()
Properties
Analitica
Identificador da Analítica.
Declaration
public string Analitica { 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 |
Fixa
Identifica o tipo de repartição: 0 - Variável | 1 - Fixa.
Declaration
public bool Fixa { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
HoraImpManual
Identifica o tipo de imputação manual: 0 - Manual | 1 - Automática.
Declaration
public bool HoraImpManual { 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 |
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 a Analítica é o 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 |
ValorHoraImp
Identifica o valor de imputação.
Declaration
public double ValorHoraImp { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
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()