PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class RhpBEConsultaSHST

    Classe que encapsula o registo de uma consulta de SHST

    Inheritance
    System.Object
    RhpBaseBE
    RhpBEConsultaSHST
    Implements
    System.ComponentModel.INotifyPropertyChanged
    RhpBE100.IRhpBEConsultaSHST
    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("5F411A8B-E09E-4C0B-AB68-C55014F92114")]
    [ClassInterface(ClassInterfaceType.None)]
    public class RhpBEConsultaSHST : RhpBaseBE, INotifyPropertyChanged, IRhpBEConsultaSHST

    Constructors

    RhpBEConsultaSHST()

    Declaration
    public RhpBEConsultaSHST()

    Properties

    Consulta

    Identificador único da Consulta.

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

    Custo

    Custo da consulta.

    Declaration
    public double Custo { get; set; }
    Property Value
    Type Description
    System.Double

    Data

    Data de Realização da consulta.

    Declaration
    public DateTime Data { get; set; }
    Property Value
    Type Description
    System.DateTime

    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

    Estabelecimento

    Estabelecimento onde se efectuou a consulta.

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

    Forma

    Forma de realização da consulta.

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

    Fornecedor

    Fornecedor que efectuou a consulta.

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

    Motivo

    Motivo de realização da consulta.

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

    NrParticipantes

    Número de participantes na Consulta

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

    Observacoes

    Observacoes relativas à consulta.

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

    PosCustosBalSoc

    Posição relativa aos custos com higiene e segurança no balanço social

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

    Methods

    Finalize()

    Declaration
    protected override void Finalize()

    Implements

    System.ComponentModel.INotifyPropertyChanged
    RhpBE100.IRhpBEConsultaSHST