PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class RhpBEDescontoFaltaConsExcRemu

    Inheritance
    System.Object
    RhpBaseBE
    RhpBEDescontoFaltaConsExcRemu
    Implements
    System.ComponentModel.INotifyPropertyChanged
    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("BF37A852-D172-4442-B882-B1F7783F122A")]
    [ClassInterface(ClassInterfaceType.None)]
    public class RhpBEDescontoFaltaConsExcRemu : RhpBaseBE, INotifyPropertyChanged

    Properties

    DescontaEntidadePatronal

    Indica se desconta para Entidade Patronal.

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

    DescontaFuncionario

    Indica se desconta para Funcionário.

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

    Desconto

    Identificador do Desconto.

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

    Descricao

    Identificador do Desconto.

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

    EmModoEdicao

    Indica se se trata de um novo Desconto 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

    FaltaConsiderada

    Identificador da Falta que deve ser abatida ao valor sujeito do Desconto.

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

    RemuneracaoAExcluir

    Remuneração da Falta Considerada.

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

    Implements

    System.ComponentModel.INotifyPropertyChanged