Class RhpBETabIRPS
Implements
System.ComponentModel.INotifyPropertyChanged
RhpBE100.IRhpBETabIRPS
Inherited Members
Namespace: RhpBE100
Assembly: RhpBE100.dll
Syntax
[ComVisible(true)]
[Guid("A5661A0E-B406-40B7-98CF-74BCE3A3E135")]
[ClassInterface(ClassInterfaceType.None)]
public class RhpBETabIRPS : RhpBaseBE, INotifyPropertyChanged, IRhpBETabIRPS
Constructors
RhpBETabIRPS()
Declaration
public RhpBETabIRPS()
Properties
DataAplicabilidade
Data de aplicabilidade da tabela.
Declaration
public DateTime DataAplicabilidade { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
Descricao
Descrição da tabela.
Declaration
public string Descricao { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EmModoEdicao
Indica se se trata de uma nova tabela ou de uma já existente em edição.
Declaration
public bool EmModoEdicao { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | EmModoEdicao = True: Já existe. EmModoEdicao = False: Nova. |
LinhasTabela
Conjunto de linhas que contém a informação das Linhas associadas à classe.
Declaration
public RhpBELinhasTabIRPS LinhasTabela { get; }
Property Value
Type | Description |
---|---|
RhpBELinhasTabIRPS |
Tabela
Colecção com os campos de utilizador.
Declaration
public string Tabela { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
Finalize()
Declaration
protected override void Finalize()
Implements
System.ComponentModel.INotifyPropertyChanged
RhpBE100.IRhpBETabIRPS