Class RhpBEMotivoAcerto
Esta classe identifica um Motivo de Acerto
Implements
System.ComponentModel.INotifyPropertyChanged
RhpBE100.IRhpBEMotivoAcerto
Inherited Members
Namespace: RhpBE100
Assembly: RhpBE100.dll
Syntax
[ComVisible(true)]
[Guid("4882501A-5A15-48EC-B79D-CBEE691D78E1")]
[ClassInterface(ClassInterfaceType.None)]
public class RhpBEMotivoAcerto : RhpBaseBE, INotifyPropertyChanged, IRhpBEMotivoAcerto
Constructors
RhpBEMotivoAcerto()
Devolve uma colecção de campos de utilizador.
Declaration
public RhpBEMotivoAcerto()
Properties
Descricao
Descrição.
Declaration
public string Descricao { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EmModoEdicao
Indica se o motivo foi editado ou é novo.
Declaration
public bool EmModoEdicao { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Motivo
Código do Motivo de Acerto.
Declaration
public string Motivo { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
Finalize()
Declaration
protected override void Finalize()
Implements
System.ComponentModel.INotifyPropertyChanged
RhpBE100.IRhpBEMotivoAcerto