PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class RhpBEAreaFuncionalFunc

    Esta classe contem a indicação de um curso para um funcionário

    Inheritance
    System.Object
    RhpBaseBE
    RhpBEAreaFuncionalFunc
    Implements
    System.ComponentModel.INotifyPropertyChanged
    RhpBE100.IRhpBEAreaFuncionalFunc
    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("2F5143CB-941F-454F-80D4-7D0A3D51B8D6")]
    [ClassInterface(ClassInterfaceType.None)]
    public class RhpBEAreaFuncionalFunc : RhpBaseBE, INotifyPropertyChanged, IRhpBEAreaFuncionalFunc

    Constructors

    RhpBEAreaFuncionalFunc()

    Declaration
    public RhpBEAreaFuncionalFunc()

    Properties

    AreaFN

    Código da Área Funcional do funcionário.

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

    DataFim

    Data em que o funcionáio terminou as funções em determinada Área Funcional.

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

    DataInicio

    Data em que o funcionáio começou a exercer funções em determinada Área Funcional.

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

    EmModoEdicao

    Usado internamente pelo VBA

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

    Funcionario

    Identificador do Funcionário.

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

    Methods

    Finalize()

    Declaration
    protected override void Finalize()

    Implements

    System.ComponentModel.INotifyPropertyChanged
    RhpBE100.IRhpBEAreaFuncionalFunc