PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class RhpBEIRTFeriasAntiguidade

    Inheritance
    System.Object
    RhpBaseBE
    RhpBEIRTFeriasAntiguidade
    Implements
    System.ComponentModel.INotifyPropertyChanged
    RhpBE100.IRhpBEIRTFeriasAntiguidade
    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("BAA8D341-330B-4DA4-9430-B993412B8F65")]
    [ClassInterface(ClassInterfaceType.None)]
    public class RhpBEIRTFeriasAntiguidade : RhpBaseBE, INotifyPropertyChanged, IRhpBEIRTFeriasAntiguidade

    Constructors

    RhpBEIRTFeriasAntiguidade()

    Declaration
    public RhpBEIRTFeriasAntiguidade()

    Properties

    EmModoEdicao

    Indica se se trata de um novo Instrumento ou de um já existente em edição. EmModoEdicao = True já existente, EmModoEdicao = False Novo.

    Declaration
    public bool EmModoEdicao { get; set; }
    Property Value
    Type Description
    System.Boolean

    Instrumento

    Identificador do Instrumento .

    Declaration
    public string Instrumento { get; set; }
    Property Value
    Type Description
    System.String

    nAnosCasa

    Descrição do número de Anos do Funcionário na Casa.

    Declaration
    public int nAnosCasa { get; set; }
    Property Value
    Type Description
    System.Int32

    nDiasFerias

    Descrição do número de dias adicionais de Ferias.

    Declaration
    public int nDiasFerias { get; set; }
    Property Value
    Type Description
    System.Int32

    Methods

    Finalize()

    Declaration
    protected override void Finalize()

    Implements

    System.ComponentModel.INotifyPropertyChanged
    RhpBE100.IRhpBEIRTFeriasAntiguidade