PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class RhpBEIncapacidade

    Classe que encapsula uma Incapacidade resultante de acidentes de Trabalho.

    Inheritance
    System.Object
    RhpBaseBE
    RhpBEIncapacidade
    Implements
    System.ComponentModel.INotifyPropertyChanged
    RhpBE100.IRhpBEIncapacidade
    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("B52D2F5E-FBC7-4057-A7E6-DC12A8A8A9CF")]
    [ClassInterface(ClassInterfaceType.None)]
    public class RhpBEIncapacidade : RhpBaseBE, INotifyPropertyChanged, IRhpBEIncapacidade

    Constructors

    RhpBEIncapacidade()

    Declaration
    public RhpBEIncapacidade()

    Properties

    Descricao

    Descrição da Incapacidade.

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

    EmModoEdicao

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

    Incapacidade

    Identificador da Incapacidade.

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

    PosBalSoc

    Posicão no Balanço Social

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

    Methods

    Finalize()

    Declaration
    protected override void Finalize()

    Implements

    System.ComponentModel.INotifyPropertyChanged
    RhpBE100.IRhpBEIncapacidade