PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class RhpBEProcMoeda

    Classe que representa uma Moeda e respectivo câmbio a considerar no processamento.

    Inheritance
    System.Object
    RhpBaseBE
    RhpBEProcMoeda
    Implements
    System.ComponentModel.INotifyPropertyChanged
    RhpBE100.IRhpBEProcMoeda
    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("FE6B28CE-EAC2-4604-882D-EDB713DBB897")]
    [ClassInterface(ClassInterfaceType.None)]
    public class RhpBEProcMoeda : RhpBaseBE, INotifyPropertyChanged, IRhpBEProcMoeda

    Constructors

    RhpBEProcMoeda()

    Declaration
    public RhpBEProcMoeda()

    Properties

    Cambio

    Identificador da Cambio.

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

    Moeda

    Identificador da Moeda.

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

    Methods

    CopiaSimples(RhpBEProcMoeda)

    Efectua uma cópia integral do objecto passado por parâmetro.

    Declaration
    public void CopiaSimples(RhpBEProcMoeda Original)
    Parameters
    Type Name Description
    RhpBEProcMoeda Original

    Finalize()

    Declaration
    protected override void Finalize()

    Implements

    System.ComponentModel.INotifyPropertyChanged
    RhpBE100.IRhpBEProcMoeda