PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class RhpBEMotivoConsultaSHST

    Classe que encapsula um Motivo de consulta SHST.

    Inheritance
    System.Object
    RhpBaseBE
    RhpBEMotivoConsultaSHST
    Implements
    System.ComponentModel.INotifyPropertyChanged
    RhpBE100.IRhpBEMotivoConsultaSHST
    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("67F11C75-9A0C-411D-ACDA-DF9252CCEF8C")]
    [ClassInterface(ClassInterfaceType.None)]
    public class RhpBEMotivoConsultaSHST : RhpBaseBE, INotifyPropertyChanged, IRhpBEMotivoConsultaSHST

    Constructors

    RhpBEMotivoConsultaSHST()

    Declaration
    public RhpBEMotivoConsultaSHST()

    Properties

    Descricao

    Descrição do Motivo.

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

    EmModoEdicao

    Indica se se trata de uma novo Motivo 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

    Motivo

    Identificador do Motivo.

    Declaration
    public string Motivo { 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.IRhpBEMotivoConsultaSHST