PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class RhpBEMotivoAdmissao

    Esta classe identifica um Motivo de Admissão.

    Inheritance
    System.Object
    RhpBaseBE
    RhpBEMotivoAdmissao
    Implements
    System.ComponentModel.INotifyPropertyChanged
    RhpBE100.IRhpBEMotivoAdmissao
    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("A7572B75-4438-49B6-8F30-A46D739411A9")]
    [ClassInterface(ClassInterfaceType.None)]
    public class RhpBEMotivoAdmissao : RhpBaseBE, INotifyPropertyChanged, IRhpBEMotivoAdmissao

    Constructors

    RhpBEMotivoAdmissao()

    Declaration
    public RhpBEMotivoAdmissao()

    Properties

    CodigoRelatorioUnico

    Define o código a ser aplicado no relatório único.

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

    Descricao

    Descrição.

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

    EmModoEdicao

    Indica se a zona foi editada ou é nova.

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

    Motivo

    Código do Motivo de Admissão.

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

    PosicaoBS

    Posição do balanço Social

    Declaration
    public byte PosicaoBS { get; set; }
    Property Value
    Type Description
    System.Byte

    Methods

    Finalize()

    Declaration
    protected override void Finalize()

    Implements

    System.ComponentModel.INotifyPropertyChanged
    RhpBE100.IRhpBEMotivoAdmissao