PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class RhpBEAreaFuncional

    Classe que encapsula a definição das Áreas Funcionais.

    Inheritance
    System.Object
    RhpBaseBE
    RhpBEAreaFuncional
    Implements
    System.ComponentModel.INotifyPropertyChanged
    RhpBE100.IRhpBEAreaFuncional
    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("DE1C04EC-8993-4ED3-BC8C-F5F830238E21")]
    [ClassInterface(ClassInterfaceType.None)]
    public class RhpBEAreaFuncional : RhpBaseBE, INotifyPropertyChanged, IRhpBEAreaFuncional

    Constructors

    RhpBEAreaFuncional()

    Declaration
    public RhpBEAreaFuncional()

    Properties

    AreaFN

    Identificador da Àrea Funcional.

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

    Descricao

    Descrição do Grupo de Àrea Funcional.

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

    EmModoEdicao

    Indica se se trata de um novo Grupo de Àrea Funcional 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

    GrupoAF

    Identificador do Grupo de Àrea Funcional.

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

    Methods

    Finalize()

    Declaration
    protected override void Finalize()

    Implements

    System.ComponentModel.INotifyPropertyChanged
    RhpBE100.IRhpBEAreaFuncional