PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class RhpBEFolhaVencim

    Classe que encapsula folha de vencimento.

    Inheritance
    System.Object
    RhpBaseBE
    RhpBEFolhaVencim
    Implements
    System.ComponentModel.INotifyPropertyChanged
    RhpBE100.IRhpBEFolhaVencim
    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("1F35DC0F-0010-476A-9B77-63CA8B50B618")]
    [ClassInterface(ClassInterfaceType.None)]
    public class RhpBEFolhaVencim : RhpBaseBE, INotifyPropertyChanged, IRhpBEFolhaVencim

    Constructors

    RhpBEFolhaVencim()

    Declaration
    public RhpBEFolhaVencim()

    Properties

    Ano

    Ano da Folha de Vencimento por Orgânica.

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

    ClassOrgan

    Identificador do Plano orgânico

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

    Data

    Data da Folha de Vencimento por Orgânica.

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

    DataFinal

    Data Final de processamento de Independentes.

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

    DataInicial

    Data Inicial de processamento de Independentes.

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

    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 um novo Motivo 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

    Extraordinario

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

    FiltroA

    Identificador do FiltroA (Departamento).

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

    FiltroB

    Identificador do FiltroB (Estabelecimento).

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

    FiltroC

    Identificador do FiltroC.

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

    FiltroD

    Identificador do FiltroD.

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

    FiltroE

    Identificador do FiltroE.

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

    IDFolha

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

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

    LinhasFolhaVencim

    Colecção contendo a configuração do cálculo da folha de vencimento.

    Declaration
    public RhpBELinhasFolhaVencim LinhasFolhaVencim { get; }
    Property Value
    Type Description
    RhpBELinhasFolhaVencim

    NumFolha

    Identificador da Folha de Vencimento por Orgânica.

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

    Periodo

    Periodo da Folha de Vencimento por Orgânica.

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

    PeriodoProc

    PeriodoProc da Folha de Vencimento por Orgânica.

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

    ProcessoExec

    Identificador do Processo de Execução.

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

    SubsFerias

    Indicação do Subsídio de ferias.

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

    SubsNatal

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

    TipoLancamento

    Identificador do Tipo de Lançamento

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

    TipoPessoal

    Identificador do tipo de pessoal.

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

    TipoProc

    Variável indicando o tipo de processamento (para Independentes).

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

    TipoRegisto

    Variável de controlo indicando se é um registo de Funcionários ou de Independentes.

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

    Vencimento

    Indicação do tipo de Vencimento.

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

    Methods

    Finalize()

    Declaration
    protected override void Finalize()

    Implements

    System.ComponentModel.INotifyPropertyChanged
    RhpBE100.IRhpBEFolhaVencim