Class RhpBEAcidenteTrabalho
Classe que encapsula o registo dos acidentes de trabalho
Implements
Inherited Members
Namespace: RhpBE100
Assembly: RhpBE100.dll
Syntax
[ComVisible(true)]
[Guid("76CBCE62-19A4-4F44-931A-7985A63ED79C")]
[ClassInterface(ClassInterfaceType.None)]
public class RhpBEAcidenteTrabalho : RhpBaseBE, INotifyPropertyChanged, IRhpBEAcidenteTrabalho
Constructors
RhpBEAcidenteTrabalho()
Declaration
public RhpBEAcidenteTrabalho()
Properties
Acidente
Identificador único do Acidente.
Declaration
public string Acidente { get; set; }
Property Value
Type | Description |
---|---|
System.String |
AcidenteViacao
Indica se foi um acidente de viação
Declaration
public bool AcidenteViacao { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Concelho
Concelho onde ocorreu o acidente
Declaration
public string Concelho { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Data
Data do acidente
Declaration
public DateTime Data { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
DescricaoAcidente
Indica se houve intervenção policial
Declaration
public string DescricaoAcidente { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Distrito
Concelho onde ocorreu o acidente
Declaration
public string Distrito { 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 |
Hora
Hora do acidente
Declaration
public string Hora { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IntervencaoPolicial
Indica se houve intervenção policial
Declaration
public bool IntervencaoPolicial { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
LocalAcidente
Local do acidente
Declaration
public string LocalAcidente { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Localidade
Localidade onde ocorreu o acidente
Declaration
public string Localidade { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PrimeirosSocorros
Indicação de quem prestou os primeiros socorros
Declaration
public string PrimeirosSocorros { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TipoAcidente
Tipo de acidente
Declaration
public string TipoAcidente { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TotalVitimas
Indicação do nº total de vitimas
Declaration
public int TotalVitimas { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
VeiculoDuasRodas
Indica se o acidente aconteceu com um veiculo de duas rodas
Declaration
public bool VeiculoDuasRodas { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
VitimasHomens
Indicação do nº de vitimas homens
Declaration
public int VitimasHomens { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
VitimasMortaisHomens
Indicação do nº de vitimas mortais homens
Declaration
public int VitimasMortaisHomens { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
VitimasMortaisMulheres
Indicação do nº de vitimas mortais mulheres
Declaration
public int VitimasMortaisMulheres { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
VitimasMulheres
Indicação do nº de vitimas mulheres
Declaration
public int VitimasMulheres { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |