PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class RhpBEObjectoAuditavel

    Classe que encapsula objectos sujeitos a auditorias.

    Inheritance
    System.Object
    RhpBaseBE
    RhpBEObjectoAuditavel
    Implements
    System.ComponentModel.INotifyPropertyChanged
    RhpBE100.IRhpBEObjectoAuditavel
    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("493BE467-3E1C-49D8-B472-C592A399C3A2")]
    [ClassInterface(ClassInterfaceType.None)]
    public class RhpBEObjectoAuditavel : RhpBaseBE, INotifyPropertyChanged, IRhpBEObjectoAuditavel

    Constructors

    RhpBEObjectoAuditavel()

    Declaration
    public RhpBEObjectoAuditavel()

    Properties

    Descricao

    Descrição do objecto auditável.

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

    EmModoEdicao

    Indica se se trata de um novo objecto auditável 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

    Objecto

    Identificador do objecto auditável.

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

    PosRelSHST

    Posição no Relatório SHST.

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

    Methods

    Finalize()

    Declaration
    protected override void Finalize()

    Implements

    System.ComponentModel.INotifyPropertyChanged
    RhpBE100.IRhpBEObjectoAuditavel