PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class RhpBEFuncionarioAccao

    Classe que encapsula as definições de uma Acção de um Funcionário.

    Inheritance
    System.Object
    RhpBaseBE
    RhpBEFuncionarioAccao
    Implements
    System.ComponentModel.INotifyPropertyChanged
    RhpBE100.IRhpBEFuncionarioAccao
    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("5C04D3E5-DFDC-4B14-A452-8B493FD0406A")]
    [ClassInterface(ClassInterfaceType.None)]
    public class RhpBEFuncionarioAccao : RhpBaseBE, INotifyPropertyChanged, IRhpBEFuncionarioAccao

    Constructors

    RhpBEFuncionarioAccao()

    Declaration
    public RhpBEFuncionarioAccao()

    Properties

    EmModoEdicao

    Indica se se trata de uma novo registo a adicionar 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

    Methods

    Finalize()

    Declaration
    protected override void Finalize()

    Implements

    System.ComponentModel.INotifyPropertyChanged
    RhpBE100.IRhpBEFuncionarioAccao