PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class RhpBELimiteIsencaoRem

    Classe que encapsula um limite de isenção para a Segurança Social ou I.R.S., de uma Remuneração.

    Inheritance
    System.Object
    RhpBaseBE
    RhpBELimiteIsencaoRem
    Implements
    System.ComponentModel.INotifyPropertyChanged
    RhpBE100.IRhpBELimiteIsencaoRem
    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("67A8206C-3A87-4F38-B2D8-93EA5BDDB304")]
    [ClassInterface(ClassInterfaceType.None)]
    public class RhpBELimiteIsencaoRem : RhpBaseBE, INotifyPropertyChanged, IRhpBELimiteIsencaoRem

    Constructors

    RhpBELimiteIsencaoRem()

    Declaration
    public RhpBELimiteIsencaoRem()

    Properties

    AnoFiscalReferencia

    Ano Fical de Referência ao qual se devem aplicar retroativos.

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

    DataAplicacao

    Identificador da Data de Limite da aplicação da isenção.

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

    Desconto

    Identificador do Desconto.

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

    EmModoEdicao

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

    IDLinha

    Identificador da linha.

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

    Linha

    Número da linha da grelha de limites de isenção.

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

    MesFiscalReferencia

    Mês Fical de Referência ao qual se devem aplicar retroativos.

    Declaration
    public byte MesFiscalReferencia { get; set; }
    Property Value
    Type Description
    System.Byte

    PercIncidencia

    Percentagem de incidencia.

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

    Remuneracao

    Identificador da Remuneração.

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

    ValorIncidencia

    Valor limite de isenção ou fórmula.

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

    ValorIsencao

    Valor limite de isenção ou fórmula.

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

    ValorLimite

    Valor limite do Vencimento.

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

    Methods

    Finalize()

    Declaration
    protected override void Finalize()

    Implements

    System.ComponentModel.INotifyPropertyChanged
    RhpBE100.IRhpBELimiteIsencaoRem