PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class RhpBENotaMoeda

    Classe que encapsula uma Nota ou Moeda.

    Inheritance
    System.Object
    RhpBaseBE
    RhpBENotaMoeda
    Implements
    System.ComponentModel.INotifyPropertyChanged
    RhpBE100.IRhpBENotaMoeda
    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("AD6FD626-7E24-475B-BE99-F13B43FCA0FF")]
    [ClassInterface(ClassInterfaceType.None)]
    public class RhpBENotaMoeda : RhpBaseBE, INotifyPropertyChanged, IRhpBENotaMoeda

    Constructors

    RhpBENotaMoeda()

    Declaration
    public RhpBENotaMoeda()

    Properties

    EmModoEdicao

    Indica se se trata de um novo registo ou de um já existente em edição. EmModoEdicao = True já existente, EmModoEdicao = False Nova.

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

    MoedaAssociada

    Identificador da Moeda associada ao valor da Nota ou da Moeda.

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

    NotaMoeda

    valor da Moeda ou da Nota.

    Declaration
    public float NotaMoeda { get; set; }
    Property Value
    Type Description
    System.Single

    Methods

    Finalize()

    Declaration
    protected override void Finalize()

    Implements

    System.ComponentModel.INotifyPropertyChanged
    RhpBE100.IRhpBENotaMoeda