PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class RhpBELinhaCadastroGrupo

    Classe que encapsula um item de um determinado Grupo de Cadastro.

    Inheritance
    System.Object
    RhpBaseBE
    RhpBELinhaCadastroGrupo
    Implements
    System.ComponentModel.INotifyPropertyChanged
    RhpBE100.IRhpBELinhaCadastroGrupo
    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("5BFFCFF3-DD6C-4B51-9E46-E29F0BC5CED9")]
    [ClassInterface(ClassInterfaceType.None)]
    public class RhpBELinhaCadastroGrupo : RhpBaseBE, INotifyPropertyChanged, IRhpBELinhaCadastroGrupo

    Constructors

    RhpBELinhaCadastroGrupo()

    Declaration
    public RhpBELinhaCadastroGrupo()

    Properties

    Abrev

    Abreviatura do Item de Cadastro.

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

    CadastroGrupo

    Identificador do Grupo de Cadastro.

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

    CadastroItem

    Identificador do Item de Cadastro.

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

    ChaveLog

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

    Descricao

    Descrição do Item de Cadastro.

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

    EmModoEdicao

    Indica se se trata de um novo Item ou de uma já existente em edição. EmModoEdicao = True já existente, EmModoEdicao = False Nova.

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

    Methods

    Finalize()

    Declaration
    protected override void Finalize()

    Implements

    System.ComponentModel.INotifyPropertyChanged
    RhpBE100.IRhpBELinhaCadastroGrupo