PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class RhpBELinhaFuncoesCBL

    classe que encapsula uma linha de repartição para o plano funcional de um documento de ligação à contabilidade.

    Inheritance
    System.Object
    RhpBaseBE
    RhpBELinhaFuncoesCBL
    Implements
    System.ComponentModel.INotifyPropertyChanged
    RhpBE100.IRhpBELinhaFuncoesCBL
    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("7FCC7F86-1B76-421C-8D0D-6E01FAD29259")]
    [ClassInterface(ClassInterfaceType.None)]
    public class RhpBELinhaFuncoesCBL : RhpBaseBE, INotifyPropertyChanged, IRhpBELinhaFuncoesCBL

    Constructors

    RhpBELinhaFuncoesCBL()

    Declaration
    public RhpBELinhaFuncoesCBL()

    Properties

    CambioMAlt

    Câmbio da moeda alternativa.

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

    CambioMBase

    Câmbio da moeda base.

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

    Conta

    Conta do plano de contas.

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

    DebCred

    Declaration
    public string DebCred { 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

    Funcao

    Funcao do plano funcional.

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

    Lote

    Lote do documento na contabilidade.

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

    Percentagem

    Percentagem representada pela linha.

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

    Valor

    Valor da linha.

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

    Methods

    Finalize()

    Declaration
    protected override void Finalize()

    Implements

    System.ComponentModel.INotifyPropertyChanged
    RhpBE100.IRhpBELinhaFuncoesCBL