Class RhpBERelatorioSHST
Classe que encapsula o relatório de S.H.S.T.
Implements
System.ComponentModel.INotifyPropertyChanged
RhpBE100.IRhpBERelatorioSHST
Inherited Members
Namespace: RhpBE100
Assembly: RhpBE100.dll
Syntax
[ComVisible(true)]
[Guid("62B61E4C-6CE0-420E-9D39-9A5CB0E5CB23")]
[ClassInterface(ClassInterfaceType.None)]
public class RhpBERelatorioSHST : RhpBaseBE, INotifyPropertyChanged, IRhpBERelatorioSHST
Constructors
RhpBERelatorioSHST()
Declaration
public RhpBERelatorioSHST()
Properties
Ano
Ano do relatório.
Declaration
public int Ano { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Campo
Indica o campo a que diz respeito a informação.
Declaration
public string Campo { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EmModoEdicao
Indica se se trata de uma novo registo a adicionar 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 |
Estabelecimento
Estabelecimento a que dizem respeito os dados.
Declaration
public string Estabelecimento { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Linha
Linha de dados
Declaration
public int Linha { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Magnetico
Indica se a informação vai ser gerado no magnético
Declaration
public bool Magnetico { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
TipoRegisto
Tipo de registo da informação.
Declaration
public string TipoRegisto { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Valor
Valor do campo.
Declaration
public string Valor { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
Finalize()
Declaration
protected override void Finalize()
Implements
System.ComponentModel.INotifyPropertyChanged
RhpBE100.IRhpBERelatorioSHST