Class ImoBEFichaCentroCusto
Classe que encapsula a definição da repartição por Centros de Custo de um Activo.
Inherited Members
Namespace: EapBE100
Assembly: EapBE100.dll
Syntax
[ComVisible(true)]
[Guid("326D58BC-28FF-4B7C-8954-E740A237F43A")]
[ClassInterface(ClassInterfaceType.None)]
public class ImoBEFichaCentroCusto : EapBaseBE
Constructors
ImoBEFichaCentroCusto()
Declaration
public ImoBEFichaCentroCusto()
Properties
CamposUtil
Colecção dos campos do utilizador.
Declaration
public StdBECampos CamposUtil { get; set; }
Property Value
Type | Description |
---|---|
StdBECampos |
CentroCusto
Identificador do Centro de Custo.
Declaration
public string CentroCusto { get; set; }
Property Value
Type | Description |
---|---|
System.String |
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 o Centro de Custo é 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()