PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class RhpBEIRTFaltasSubs

    Inheritance
    System.Object
    RhpBaseBE
    RhpBEIRTFaltasSubs
    Implements
    System.ComponentModel.INotifyPropertyChanged
    RhpBE100.IRhpBEIRTFaltasSubs
    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("49DDDD9A-3563-4B9A-961B-BE1B6C6074E4")]
    [ClassInterface(ClassInterfaceType.None)]
    public class RhpBEIRTFaltasSubs : RhpBaseBE, INotifyPropertyChanged, IRhpBEIRTFaltasSubs

    Constructors

    RhpBEIRTFaltasSubs()

    Declaration
    public RhpBEIRTFaltasSubs()

    Properties

    EmModoEdicao

    Indica se se trata de uma nova linha ou de uma já existente em edição. EmModoEdicao = True já existente, EmModoEdicao = False Novo.

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

    Falta

    Identificador da Falta.

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

    Instrumento

    Identificador do Instrumento .

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

    nDias

    Número de dias da falta que implicam a perda de 1 dia de subsídio.

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

    Subsidio

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

    Methods

    Finalize()

    Declaration
    protected override void Finalize()

    Implements

    System.ComponentModel.INotifyPropertyChanged
    RhpBE100.IRhpBEIRTFaltasSubs