PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class RhpBERiscoDoenca

    Classe que encapsula um Risco de Doenca.

    Inheritance
    System.Object
    RhpBaseBE
    RhpBERiscoDoenca
    Implements
    System.ComponentModel.INotifyPropertyChanged
    RhpBE100.IRhpBERiscoDoenca
    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("49AFA06F-2097-4E4B-8BD0-471552DF5B3C")]
    [ClassInterface(ClassInterfaceType.None)]
    public class RhpBERiscoDoenca : RhpBaseBE, INotifyPropertyChanged, IRhpBERiscoDoenca

    Constructors

    RhpBERiscoDoenca()

    Declaration
    public RhpBERiscoDoenca()

    Properties

    CodSHST

    Codigo SHST

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

    Descricao

    Descrição da Doenca.

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

    EmModoEdicao

    Indica se se trata de uma nova Doenca 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

    Risco

    Identificador do Risco.

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

    Methods

    Finalize()

    Declaration
    protected override void Finalize()

    Implements

    System.ComponentModel.INotifyPropertyChanged
    RhpBE100.IRhpBERiscoDoenca