PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class RhpBELinhaRelatorioDespesas

    Classe que representa uma linha de um Relatório de Despesas.

    Inheritance
    System.Object
    RhpBaseBE
    RhpBELinhaRelatorioDespesas
    Implements
    System.ComponentModel.INotifyPropertyChanged
    RhpBE100.IRhpBELinhaRelatorioDespesas
    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("ABB00ED2-13FA-4BE3-B7A3-CC8A212F2A7F")]
    [ClassInterface(ClassInterfaceType.None)]
    public class RhpBELinhaRelatorioDespesas : RhpBaseBE, INotifyPropertyChanged, IRhpBELinhaRelatorioDespesas

    Constructors

    RhpBELinhaRelatorioDespesas()

    Declaration
    public RhpBELinhaRelatorioDespesas()

    Properties

    CodigoEstado

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

    Data

    Data em que foi realizada a Despesa.

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

    DataFimAJC

    Indica a data de fim da ajuda de custo

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

    DataInicioAJC

    Indica a data de inicio da ajuda de custo

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

    DataProc

    Data do processamento da Despesa.

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

    Despesa

    Identificador da Despesas.

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

    Documento

    Documento de ligação à Contabilidade.

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

    EmModoEdicao

    Indica se se trata de uma nova Linha ou de uma já existente em edição. EmModoEdicao = True já existente, EmModoEdicao = False Nova.

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

    Estado

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

    FuncionarioConjunto

    Funcionário em conjunto

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

    IdGDOC

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

    ImplicaDormidaAJC

    Indica se a deslocação implica dormida

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

    JaProcessado

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

    LocalidadeDestino

    Indica a localidade origem

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

    LocalidadeOrigem

    Indica a localidade origem

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

    MvarEmModoEdicao

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

    NumLinha

    Número da linha de Despesas.

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

    NumPassageiros

    Indica o número de acompanhantes

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

    NumRelatorio

    Número do Relatório de Despesas.

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

    Observacoes

    Observações eventuais à Despesa.

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

    ObservacoesCalc

    Informações acerca da despesa

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

    Periodo

    Tipo de Período de processamento.

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

    ProcessarEm

    Indica se a despesa é para ser processada no vancimento ou no extraordinário

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

    Quantidade

    Quantidade a indicar se a Despesa for de valor unitário.

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

    RefeicoesAJC

    Indica se a despesa inclui pagamento de refeições

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

    RefeicoesAJC2

    Indica se a despesa inclui pagamento de refeições para 2 dias

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

    TipoDeslocacao

    Indica o tipo de deslocação

    Declaration
    public RhpBETipos.enuTipoDeslocacao TipoDeslocacao { get; set; }
    Property Value
    Type Description
    RhpBETipos.enuTipoDeslocacao

    TipoPeriodo

    Número do Período de processamento.

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

    TipoTransporte

    Indica o tipo de transporte 0 - Transporte próprio; 1 - T. Público; 3 - Aluguer.

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

    Valor

    Valor da Despesa.

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

    ValorDoc

    Valor do documento.

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

    ValorLimite

    Valor limite da Despesa.

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

    ValorUnitario

    Indica o valor unitário da ajuda

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

    Methods

    Finalize()

    Declaration
    protected override void Finalize()

    Implements

    System.ComponentModel.INotifyPropertyChanged
    RhpBE100.IRhpBELinhaRelatorioDespesas