PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class RhpBEIntervencao

    Classe que encapsula o registo de uma intervenção

    Inheritance
    System.Object
    RhpBaseBE
    RhpBEIntervencao
    Implements
    System.ComponentModel.INotifyPropertyChanged
    RhpBE100.IRhpBEIntervencao
    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("F377EAF6-1B80-4F62-BA04-12268F8E4AE9")]
    [ClassInterface(ClassInterfaceType.None)]
    public class RhpBEIntervencao : RhpBaseBE, INotifyPropertyChanged, IRhpBEIntervencao

    Constructors

    RhpBEIntervencao()

    Declaration
    public RhpBEIntervencao()

    Properties

    Agente

    Identificação do Agente alvo de intervenção.

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

    Custo

    Custo associado à intervenção.

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

    Data

    Data da intervenção.

    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 foi realizada a intervenção.

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

    Fornecedor

    Fornecedor que realizou da intervenção.

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

    HomensExpostos

    Numero de homens expostos ao agente.

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

    Intervencao

    Identificador único da intervenção.

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

    MulheresExpostas

    Numero de mulheres expostas ao agente.

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

    Natureza

    Natureza da intervenção.

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

    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

    Risco

    Risco associado ao agente.

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

    Methods

    Finalize()

    Declaration
    protected override void Finalize()

    Implements

    System.ComponentModel.INotifyPropertyChanged
    RhpBE100.IRhpBEIntervencao