Class RhpBEFeriadoEstab
Classe que encapsula um Feriado definido no Estabelecimento.
Implements
System.ComponentModel.INotifyPropertyChanged
RhpBE100.IRhpBEFeriadoEstab
Inherited Members
Namespace: RhpBE100
Assembly: RhpBE100.dll
Syntax
[ComVisible(true)]
[Guid("50489FEF-03C1-44CB-A3A9-FDCEE8EF02C4")]
[ClassInterface(ClassInterfaceType.None)]
public class RhpBEFeriadoEstab : RhpBaseBE, INotifyPropertyChanged, IRhpBEFeriadoEstab
Constructors
RhpBEFeriadoEstab()
Declaration
public RhpBEFeriadoEstab()
Properties
Ano
Ano a que se refere o registo.
Declaration
public int Ano { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
EmModoEdicao
Indica se se trata de uma novo registo a adicionar ou de um 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
Estabelecimento.
Declaration
public string Estabelecimento { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Feriado
Data do Feriado.
Declaration
public DateTime Feriado { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
Methods
Finalize()
Declaration
protected override void Finalize()
Implements
System.ComponentModel.INotifyPropertyChanged
RhpBE100.IRhpBEFeriadoEstab