Class RhpBEFormaConsultaSHST
Classe que encapsula a Forma da Consulta SHST.
Implements
System.ComponentModel.INotifyPropertyChanged
RhpBE100.IRhpBEFormaConsultaSHST
Inherited Members
Namespace: RhpBE100
Assembly: RhpBE100.dll
Syntax
[ComVisible(true)]
[Guid("858F7D42-E976-4193-B067-130F22F86C2B")]
[ClassInterface(ClassInterfaceType.None)]
public class RhpBEFormaConsultaSHST : RhpBaseBE, INotifyPropertyChanged, IRhpBEFormaConsultaSHST
Constructors
RhpBEFormaConsultaSHST()
Declaration
public RhpBEFormaConsultaSHST()
Properties
Descricao
Descrição da Forma de Consulta.
Declaration
public string Descricao { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EmModoEdicao
Indica se se trata de uma nova Forma de Consulta 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 |
Forma
Identificador da Forma de Consulta.
Declaration
public string Forma { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
Finalize()
Declaration
protected override void Finalize()
Implements
System.ComponentModel.INotifyPropertyChanged
RhpBE100.IRhpBEFormaConsultaSHST