PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class RhpBEMotivoAcerto

    Esta classe identifica um Motivo de Acerto

    Inheritance
    System.Object
    RhpBaseBE
    RhpBEMotivoAcerto
    Implements
    System.ComponentModel.INotifyPropertyChanged
    RhpBE100.IRhpBEMotivoAcerto
    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("4882501A-5A15-48EC-B79D-CBEE691D78E1")]
    [ClassInterface(ClassInterfaceType.None)]
    public class RhpBEMotivoAcerto : RhpBaseBE, INotifyPropertyChanged, IRhpBEMotivoAcerto

    Constructors

    RhpBEMotivoAcerto()

    Devolve uma colecção de campos de utilizador.

    Declaration
    public RhpBEMotivoAcerto()

    Properties

    Descricao

    Descrição.

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

    EmModoEdicao

    Indica se o motivo foi editado ou é novo.

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

    Motivo

    Código do Motivo de Acerto.

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

    Methods

    Finalize()

    Declaration
    protected override void Finalize()

    Implements

    System.ComponentModel.INotifyPropertyChanged
    RhpBE100.IRhpBEMotivoAcerto