Class ImoBEFichaAcidente
Classe que encapsula a definição de uma Ficha de Acidente associada ao Activo.
Inherited Members
Namespace: EapBE100
Assembly: EapBE100.dll
Syntax
[ComVisible(true)]
[Guid("716A9C12-2C55-4C69-A2C1-15942DA2977B")]
[ClassInterface(ClassInterfaceType.None)]
public class ImoBEFichaAcidente : EapBaseBE
Constructors
ImoBEFichaAcidente()
Declaration
public ImoBEFichaAcidente()
Properties
Bem
Bem Associado
Declaration
public string Bem { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CamposUtil
Colecção dos campos do utilizador.
Declaration
public StdBECampos CamposUtil { get; set; }
Property Value
Type | Description |
---|---|
StdBECampos |
Causas
Causas do Acidente
Declaration
public string Causas { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Condutor
Condutor
Declaration
public string Condutor { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CustoRepEstado
Custo da Reparação - Estado
Declaration
public double CustoRepEstado { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
CustoRepOutros
Custo da Reparação - Outros
Declaration
public double CustoRepOutros { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Data
Data do Acidente
Declaration
public DateTime Data { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
EmModoEdicao
Identificador do tipo de operação: TRUE - Edição | FALSE - Inserção.
Declaration
public bool EmModoEdicao { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Indemnizacoes
Valor das Indemnizações
Declaration
public double Indemnizacoes { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
NumeroAcidente
Número do Acidente.
Declaration
public int NumeroAcidente { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Observacoes
Observações
Declaration
public string Observacoes { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Responsabilidades
Responsabilidades
Declaration
public string Responsabilidades { get; set; }
Property Value
Type | Description |
---|---|
System.String |
VeiculosEnvolvidos
Veículos Envolvidos
Declaration
public string VeiculosEnvolvidos { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
Finalize()
Declaration
protected override void Finalize()