コード例 #1
0
 public RespEvalPersonas()
 {
     this.IdRespuesta   = 0;
     this.ValRespuesta  = 0;
     this.DescRespuesta = string.Empty;
     this.Pregunta      = new PregEvalPersonas();
     this.EmpAsociado   = new Empleado();
     this.Evaluacion    = new EvalTerreno();
 }
コード例 #2
0
 private void Init()
 {
     this.IdDetalle    = 0;
     this.Autorizado   = 0;
     this.Revisado     = 0;
     this.Observacion  = string.Empty;
     this.EmpAsociado  = new Empleado();
     this.EvalAsociada = new EvalTerreno();
 }
コード例 #3
0
 private void Init()
 {
     this.IdRespuesta   = 0;
     this.Probabilidad  = 0;
     this.Severidad     = 0;
     this.ValorRiesgo   = string.Empty;
     this.Prioridad     = string.Empty;
     this.MedPrevencion = string.Empty;
     this.Riesgo        = new RiesgoEvalEmpresa();
     this.EmpAsociada   = new Empresa();
     this.Evaluacion    = new EvalTerreno();
 }