Class RhpBEMedidaSHST
Classe que encapsula uma Medida SHST.
Implements
System.ComponentModel.INotifyPropertyChanged
RhpBE100.IRhpBEMedidaSHST
Inherited Members
Namespace: RhpBE100
Assembly: RhpBE100.dll
Syntax
[ComVisible(true)]
[Guid("67D8F836-9AC1-4665-ABB8-20A7450EF015")]
[ClassInterface(ClassInterfaceType.None)]
public class RhpBEMedidaSHST : RhpBaseBE, INotifyPropertyChanged, IRhpBEMedidaSHST
Constructors
RhpBEMedidaSHST()
Declaration
public RhpBEMedidaSHST()
Properties
Descricao
Descrição da Medida SHST.
Declaration
public string Descricao { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EmModoEdicao
Indica se se trata de uma nova Medida SHST 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 |
Medida
Identificador da Medida.
Declaration
public string Medida { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Natureza
Natureza de Medida SHST.
Declaration
public string Natureza { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PosRelSHST
Posição no Relatório SHST.
Declaration
public int PosRelSHST { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
Finalize()
Declaration
protected override void Finalize()
Implements
System.ComponentModel.INotifyPropertyChanged
RhpBE100.IRhpBEMedidaSHST