PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class RhpBECadastroGrupo

    Classe que encapsula um Grupo de Cadastro.

    Inheritance
    System.Object
    RhpBaseBE
    RhpBECadastroGrupo
    Implements
    System.ComponentModel.INotifyPropertyChanged
    RhpBE100.IRhpBECadastroGrupo
    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("8BFB11E5-E21C-40F6-A484-05377484734E")]
    [ClassInterface(ClassInterfaceType.None)]
    public class RhpBECadastroGrupo : RhpBaseBE, INotifyPropertyChanged, IRhpBECadastroGrupo

    Constructors

    RhpBECadastroGrupo()

    Declaration
    public RhpBECadastroGrupo()

    Properties

    Abrev

    Abreviatura do Grupo de Cadastro.

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

    Activo

    Indicação se é um Grupo de Cadastro activo. Activo = True Activo. Activo = False Desactivo.

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

    CadastroGrupo

    Identificador do Grupo de Cadastro.

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

    Descricao

    Descrição do Grupo de Cadastro.

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

    EmModoEdicao

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

    Item

    Item do Grupo de Cadastro.

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

    Methods

    Finalize()

    Declaration
    protected override void Finalize()

    Implements

    System.ComponentModel.INotifyPropertyChanged
    RhpBE100.IRhpBECadastroGrupo