PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class RhpBEFeriadoEstab

    Classe que encapsula um Feriado definido no Estabelecimento.

    Inheritance
    System.Object
    RhpBaseBE
    RhpBEFeriadoEstab
    Implements
    System.ComponentModel.INotifyPropertyChanged
    RhpBE100.IRhpBEFeriadoEstab
    Inherited Members
    RhpBaseBE.WriteProperty(String, Object)
    RhpBaseBE.RaisePropertyChanged(String)
    RhpBaseBE.CamposUtil
    RhpBaseBE.Conteudo
    RhpBaseBE.PropExcluirLog
    RhpBaseBE.AbvtApl
    RhpBaseBE.PropertyChanged
    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