Class RhpBEMotivoConsultaSHST
Classe que encapsula um Motivo de consulta SHST.
Implements
System.ComponentModel.INotifyPropertyChanged
RhpBE100.IRhpBEMotivoConsultaSHST
Inherited Members
Namespace: RhpBE100
Assembly: RhpBE100.dll
Syntax
[ComVisible(true)]
[Guid("67F11C75-9A0C-411D-ACDA-DF9252CCEF8C")]
[ClassInterface(ClassInterfaceType.None)]
public class RhpBEMotivoConsultaSHST : RhpBaseBE, INotifyPropertyChanged, IRhpBEMotivoConsultaSHST
Constructors
RhpBEMotivoConsultaSHST()
Declaration
public RhpBEMotivoConsultaSHST()
Properties
Descricao
Descrição do Motivo.
Declaration
public string Descricao { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EmModoEdicao
Indica se se trata de uma novo Motivo 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 |
Motivo
Identificador do Motivo.
Declaration
public string Motivo { 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.IRhpBEMotivoConsultaSHST