Class RhpBEAcidenteTrabalhoTest
Classe que encapsula a informação de uma testemunha relativamente a um acidente de trabalho
Implements
System.ComponentModel.INotifyPropertyChanged
RhpBE100.IRhpBEAcidenteTrabalhoTest
Inherited Members
Namespace: RhpBE100
Assembly: RhpBE100.dll
Syntax
[ComVisible(true)]
[Guid("6DE3D069-CD4E-44BD-A438-A8C34ED15BD3")]
[ClassInterface(ClassInterfaceType.None)]
public class RhpBEAcidenteTrabalhoTest : RhpBaseBE, INotifyPropertyChanged, IRhpBEAcidenteTrabalhoTest
Constructors
RhpBEAcidenteTrabalhoTest()
Declaration
public RhpBEAcidenteTrabalhoTest()
Properties
Acidente
Identificador único do acidente de trabalho.
Declaration
public string Acidente { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CodigoPostal
Codigo Postal do terceiro
Declaration
public string CodigoPostal { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CodigoPostalLocal
Codigo Postal do terceiro
Declaration
public string CodigoPostalLocal { 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 |
Localidade
Localidade do terceiro
Declaration
public string Localidade { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Morada
Morada do terceiro
Declaration
public string Morada { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Nome
Nome do terceiro
Declaration
public string Nome { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Observacoes
Observacoes relativas ao terceiro
Declaration
public string Observacoes { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Telefone
Telefone do terceiro
Declaration
public string Telefone { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Testemunha
Identificador único do Testemunha.
Declaration
public string Testemunha { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
Finalize()
Declaration
protected override void Finalize()
Implements
System.ComponentModel.INotifyPropertyChanged
RhpBE100.IRhpBEAcidenteTrabalhoTest