Class RhpBELinhaCadastroGrupo
Classe que encapsula um item de um determinado Grupo de Cadastro.
Implements
System.ComponentModel.INotifyPropertyChanged
RhpBE100.IRhpBELinhaCadastroGrupo
Inherited Members
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. |
CadastroGrupo
Identificador do Grupo de Cadastro.
Declaration
public string CadastroGrupo { get; set; }
Property Value
Type | Description |
---|---|
System. |
CadastroItem
Identificador do Item de Cadastro.
Declaration
public string CadastroItem { get; set; }
Property Value
Type | Description |
---|---|
System. |
ChaveLog
Declaration
public string ChaveLog { get; }
Property Value
Type | Description |
---|---|
System. |
Descricao
Descrição do Item de Cadastro.
Declaration
public string Descricao { get; set; }
Property Value
Type | Description |
---|---|
System. |
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. |
Methods
Finalize()
Declaration
protected override void Finalize()
Implements
System.ComponentModel.INotifyPropertyChanged
RhpBE100.IRhpBELinhaCadastroGrupo