Class RhpBETecnicoSHSTHorasMensais
Classe que encapsula as Horas dum Tecnico Estabelecimento.
Implements
System.ComponentModel.INotifyPropertyChanged
RhpBE100.IRhpBETecnicoSHSTHorasMensais
Inherited Members
Namespace: RhpBE100
Assembly: RhpBE100.dll
Syntax
[ComVisible(true)]
[Guid("965DC3AA-490C-44CA-B37C-EF18C8F612A1")]
[ClassInterface(ClassInterfaceType.None)]
public class RhpBETecnicoSHSTHorasMensais : RhpBaseBE, INotifyPropertyChanged, IRhpBETecnicoSHSTHorasMensais
Constructors
RhpBETecnicoSHSTHorasMensais()
Declaration
public RhpBETecnicoSHSTHorasMensais()
Properties
Ano
Ano do Horas para o Tecnico do Estabelecimento.
Declaration
public int Ano { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
EmModoEdicao
Indica se se trata de uma nova Estabelecimento 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 |
Estabelecimento
Identificador do Estabelecimento.
Declaration
public string Estabelecimento { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Horas
Horas para o Tecnico do Estabelecimento.
Declaration
public int Horas { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Tecnico
Identificador do Técnico.
Declaration
public string Tecnico { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
Finalize()
Declaration
protected override void Finalize()
Implements
System.ComponentModel.INotifyPropertyChanged
RhpBE100.IRhpBETecnicoSHSTHorasMensais