PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class RhpBELinhaFolhaVencim

    Classe que indica a Indemnizacao por Despedimento que deve ser aplicada ou ao funcionário ou à empresa

    Inheritance
    System.Object
    RhpBaseBE
    RhpBELinhaFolhaVencim
    Implements
    System.ComponentModel.INotifyPropertyChanged
    RhpBE100.IRhpBELinhaFolhaVencim
    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("347E3056-082B-4575-931D-C21307276B81")]
    [ClassInterface(ClassInterfaceType.None)]
    public class RhpBELinhaFolhaVencim : RhpBaseBE, INotifyPropertyChanged, IRhpBELinhaFolhaVencim

    Constructors

    RhpBELinhaFolhaVencim()

    Declaration
    public RhpBELinhaFolhaVencim()

    Properties

    Ano

    Ano a que se refere a afectação.

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

    AnoReferencia

    Ano referência

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

    ChaveActInd

    Chave de Actividade / Independente

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

    ClassEconomica

    Classificação Económica do movimento.

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

    CodMov

    Código do Movimento.

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

    DescargaCBL

    Variável de controlo para a Ligação à Contabilidade.

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

    DescargaCC

    Variável de controlo para a Ligação às Contas Correntes.

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

    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

    Funcionario

    Identificador do Funcionário.

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

    IDFolha

    Identificador de uma linha de processamento de uma Folha de Vencimentos/Honorários.

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

    IdFuncRemCBL

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

    IDLinha

    Linha do processamento.

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

    Independente

    Identificador do Independente.

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

    NumFolha

    Número da Folha de Vencimento/Honorários por Orgânica.

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

    NumProc

    Número do processamento.

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

    Percentagem

    Valores em percentagem.

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

    PeriodoReferencia

    Periodo referência

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

    TipoProc

    Tipo de processamento (só para Independentes).

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

    TipoTabela

    Tipo de tabela.

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

    TipoVenc

    Tipo de Vencimento.

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

    ValorLinha

    valores em percentagem.

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

    Methods

    Finalize()

    Declaration
    protected override void Finalize()

    Implements

    System.ComponentModel.INotifyPropertyChanged
    RhpBE100.IRhpBELinhaFolhaVencim