PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class RhpBELinhaTabIRPS

    Classe que contém todas as propriedades da entidade Linha da Tabela de Retenção do IRPS.

    Inheritance
    System.Object
    RhpBaseBE
    RhpBELinhaTabIRPS
    Implements
    System.ComponentModel.INotifyPropertyChanged
    RhpBE100.IRhpBELinhaTabIRPS
    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("E9549C24-6F31-405C-ACFA-5C8EACD7992A")]
    [ClassInterface(ClassInterfaceType.None)]
    public class RhpBELinhaTabIRPS : RhpBaseBE, INotifyPropertyChanged, IRhpBELinhaTabIRPS

    Constructors

    RhpBELinhaTabIRPS()

    Declaration
    public RhpBELinhaTabIRPS()

    Properties

    DataAplicabilidade

    Data de aplicabilidade da tabela.

    Declaration
    public DateTime DataAplicabilidade { get; set; }
    Property Value
    Type Description
    System.DateTime

    Filhos0

    Valor IRPS a reter relativo ao limite do intervalo do salário bruto, para zero Dependentes.

    Declaration
    public double Filhos0 { get; set; }
    Property Value
    Type Description
    System.Double

    Filhos1

    Valor IRPS a reter relativo ao limite do intervalo do salário bruto, para um Dependente.

    Declaration
    public double Filhos1 { get; set; }
    Property Value
    Type Description
    System.Double

    Filhos2

    Valor IRPS a reter relativo ao limite do intervalo do salário bruto, para dois Dependentes.

    Declaration
    public double Filhos2 { get; set; }
    Property Value
    Type Description
    System.Double

    Filhos3

    Valor IRPS a reter relativo ao limite do intervalo do salário bruto, para três Dependentes.

    Declaration
    public double Filhos3 { get; set; }
    Property Value
    Type Description
    System.Double

    Filhos4

    Valor IRPS a reter relativo ao limite do intervalo do salário bruto, para quatro Dependentes.

    Declaration
    public double Filhos4 { get; set; }
    Property Value
    Type Description
    System.Double

    ID

    Identificador da linha.

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

    Linha

    SUMMARY Número da linha da respectiva Tabela.

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

    Tabela

    Código da tabela.

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

    Taxa

    Taxa

    Declaration
    public float Taxa { get; set; }
    Property Value
    Type Description
    System.Single

    ValorLimite

    Valor Limite

    Declaration
    public double ValorLimite { get; set; }
    Property Value
    Type Description
    System.Double

    Methods

    Finalize()

    Declaration
    protected override void Finalize()

    Implements

    System.ComponentModel.INotifyPropertyChanged
    RhpBE100.IRhpBELinhaTabIRPS