Class RhpBEAcidenteTrabalhoTerc
Classe que encapsula a informação de um terceiro relativamente a um acidente de trabalho
Implements
System.ComponentModel.INotifyPropertyChanged
RhpBE100.IRhpBEAcidenteTrabalhoTerc
Inherited Members
Namespace: RhpBE100
Assembly: RhpBE100.dll
Syntax
[ComVisible(true)]
[Guid("11C599CC-34DE-4850-B64F-E8008A570F33")]
[ClassInterface(ClassInterfaceType.None)]
public class RhpBEAcidenteTrabalhoTerc : RhpBaseBE, INotifyPropertyChanged, IRhpBEAcidenteTrabalhoTerc
Constructors
RhpBEAcidenteTrabalhoTerc()
Declaration
public RhpBEAcidenteTrabalhoTerc()
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 |
Matricula
Matricula do veiculo do terceiro
Declaration
public string Matricula { 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 |
NumeroApolice
Numero da Apolice do seguro
Declaration
public string NumeroApolice { 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 |
Seguradora
Seguradora do terceiro
Declaration
public string Seguradora { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Telefone
Telefone do terceiro
Declaration
public string Telefone { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Terceiro
Identificador único do Terceiro.
Declaration
public string Terceiro { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
Finalize()
Declaration
protected override void Finalize()
Implements
System.ComponentModel.INotifyPropertyChanged
RhpBE100.IRhpBEAcidenteTrabalhoTerc