PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class RhpBEGrupoAreaFunc

    Classe que encapsula a definição dos Grupos de Àreas Funcionais.

    Inheritance
    System.Object
    RhpBaseBE
    RhpBEGrupoAreaFunc
    Implements
    System.ComponentModel.INotifyPropertyChanged
    RhpBE100.IRhpBEGrupoAreaFunc
    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("7B710A83-9E7C-46A8-BDAD-E65DCFB9F856")]
    [ClassInterface(ClassInterfaceType.None)]
    public class RhpBEGrupoAreaFunc : RhpBaseBE, INotifyPropertyChanged, IRhpBEGrupoAreaFunc

    Constructors

    RhpBEGrupoAreaFunc()

    Declaration
    public RhpBEGrupoAreaFunc()

    Properties

    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

    Grupo

    Identificador do Grupo de Àrea Funcional.

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

    Methods

    Finalize()

    Declaration
    protected override void Finalize()

    Implements

    System.ComponentModel.INotifyPropertyChanged
    RhpBE100.IRhpBEGrupoAreaFunc