PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class RhpBEConsultaSHSTDest

    Classe que encapsula o registo de um destinatário de uma consulta de SHST

    Inheritance
    System.Object
    RhpBaseBE
    RhpBEConsultaSHSTDest
    Implements
    System.ComponentModel.INotifyPropertyChanged
    RhpBE100.IRhpBEConsultaSHSTDest
    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("7862AA97-8DB8-4324-A40A-3AB828B4F7BF")]
    [ClassInterface(ClassInterfaceType.None)]
    public class RhpBEConsultaSHSTDest : RhpBaseBE, INotifyPropertyChanged, IRhpBEConsultaSHSTDest

    Constructors

    RhpBEConsultaSHSTDest()

    Declaration
    public RhpBEConsultaSHSTDest()

    Properties

    Categoria

    Categoria dos destinatários.

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

    Consulta

    Identificador único da Consulta.

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

    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.IRhpBEConsultaSHSTDest