Class RhpBEAnaliseCustos
Classe que encapsula toda a definição da configuração de vistas da análise de custos com pessoal.
Implements
System.ComponentModel.INotifyPropertyChanged
RhpBE100.IRhpBEAnaliseCustos
Inherited Members
Namespace: RhpBE100
Assembly: RhpBE100.dll
Syntax
[ComVisible(true)]
[Guid("1248A152-91CA-4E29-A9C9-1179B62F7051")]
[ClassInterface(ClassInterfaceType.None)]
public class RhpBEAnaliseCustos : RhpBaseBE, INotifyPropertyChanged, IRhpBEAnaliseCustos
Constructors
RhpBEAnaliseCustos()
Declaration
public RhpBEAnaliseCustos()
Properties
Codigo
Identificador do Utilizador.
Declaration
public string Codigo { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Configuracao
Identificador da configuração.
Declaration
public string Configuracao { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Defeito
Identificador do defeito.
Declaration
public bool Defeito { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Descricao
Identificador da descrição.
Declaration
public string Descricao { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EmModoEdicao
Indica se se trata de uma nova Linha ou de uma já existente em edição. EmModoEdicao = True já existente, EmModoEdicao = False Nova.
Declaration
public bool EmModoEdicao { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Posto
Identificador do posto.
Declaration
public int Posto { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
Finalize()
Declaration
protected override void Finalize()
Implements
System.ComponentModel.INotifyPropertyChanged
RhpBE100.IRhpBEAnaliseCustos