PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class RhpBEFormaConsultaSHST

    Classe que encapsula a Forma da Consulta SHST.

    Inheritance
    System.Object
    RhpBaseBE
    RhpBEFormaConsultaSHST
    Implements
    System.ComponentModel.INotifyPropertyChanged
    RhpBE100.IRhpBEFormaConsultaSHST
    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("858F7D42-E976-4193-B067-130F22F86C2B")]
    [ClassInterface(ClassInterfaceType.None)]
    public class RhpBEFormaConsultaSHST : RhpBaseBE, INotifyPropertyChanged, IRhpBEFormaConsultaSHST

    Constructors

    RhpBEFormaConsultaSHST()

    Declaration
    public RhpBEFormaConsultaSHST()

    Properties

    Descricao

    Descrição da Forma de Consulta.

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

    EmModoEdicao

    Indica se se trata de uma nova Forma de Consulta ou de uma já existente em edição. EmModoEdicao = True já existente, EmModoEdicao = False Nova.

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

    Forma

    Identificador da Forma de Consulta.

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

    Methods

    Finalize()

    Declaration
    protected override void Finalize()

    Implements

    System.ComponentModel.INotifyPropertyChanged
    RhpBE100.IRhpBEFormaConsultaSHST