proceso ficheros vencidos
This commit is contained in:
@@ -13,6 +13,7 @@ namespace bdAsegasa.db
|
||||
public partial class polizassg
|
||||
{
|
||||
#region CamposTemporales
|
||||
[NotMapped]
|
||||
public string FechasInexistentes { get; set; }
|
||||
#endregion
|
||||
|
||||
@@ -142,7 +143,7 @@ namespace bdAsegasa.db
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[NotMapped]
|
||||
public string OficinaAgente
|
||||
{
|
||||
get
|
||||
@@ -159,6 +160,7 @@ namespace bdAsegasa.db
|
||||
}
|
||||
|
||||
private bool _idPoliza_EsNula;
|
||||
[NotMapped]
|
||||
public int? idPoliza_Nulable
|
||||
{
|
||||
get
|
||||
@@ -177,7 +179,7 @@ namespace bdAsegasa.db
|
||||
_idPoliza_EsNula = value == null;
|
||||
}
|
||||
}
|
||||
|
||||
[NotMapped]
|
||||
public int? idCompania_Nulable
|
||||
{
|
||||
get
|
||||
@@ -190,7 +192,7 @@ namespace bdAsegasa.db
|
||||
if (value.HasValue) this.idCompania = value.Value;
|
||||
}
|
||||
}
|
||||
|
||||
[NotMapped]
|
||||
public int? idAgente_Nulable
|
||||
{
|
||||
get
|
||||
@@ -203,7 +205,7 @@ namespace bdAsegasa.db
|
||||
if (value.HasValue) this.idAgente = value.Value;
|
||||
}
|
||||
}
|
||||
|
||||
[NotMapped]
|
||||
public int? idRamo_Nulable
|
||||
{
|
||||
get
|
||||
@@ -678,6 +680,7 @@ namespace bdAsegasa.db
|
||||
}
|
||||
}
|
||||
}
|
||||
[NotMapped]
|
||||
public string Telefono1Tomador
|
||||
{
|
||||
get
|
||||
@@ -696,6 +699,8 @@ namespace bdAsegasa.db
|
||||
if (EntidadPolizaTomador != null) EntidadPolizaTomador.Telefono1 = value;
|
||||
}
|
||||
}
|
||||
|
||||
[NotMapped]
|
||||
public string Telefono2Tomador
|
||||
{
|
||||
get
|
||||
@@ -714,6 +719,7 @@ namespace bdAsegasa.db
|
||||
if (EntidadPolizaTomador != null) EntidadPolizaTomador.Telefono2 = value;
|
||||
}
|
||||
}
|
||||
[NotMapped]
|
||||
public string EmailTomador
|
||||
{
|
||||
get
|
||||
@@ -1075,22 +1081,45 @@ namespace bdAsegasa.db
|
||||
#endregion
|
||||
|
||||
#region Tomador_Tmp (WPF Bindings)
|
||||
[NotMapped]
|
||||
public string CifTomadorTmp { get; set; }
|
||||
[NotMapped]
|
||||
public string RazonSocialTomadorTmp { get; set; }
|
||||
[NotMapped]
|
||||
|
||||
public string CodigoPostalTomadorTmp { get; set; }
|
||||
[NotMapped]
|
||||
|
||||
public string DomicilioTomadorTmp { get; set; }
|
||||
[NotMapped]
|
||||
|
||||
public string CodigoPoblacionTomadorTmp { get; set; }
|
||||
[NotMapped]
|
||||
|
||||
public string PoblacionTomadorTmp { get; set; }
|
||||
[NotMapped]
|
||||
|
||||
public string ProvinciaTomadorTmp { get; set; }
|
||||
[NotMapped]
|
||||
|
||||
public string TelefonoTomador1Tmp { get; set; }
|
||||
[NotMapped]
|
||||
public string TelefonoTomador2Tmp { get; set; }
|
||||
[NotMapped]
|
||||
public string EmailTomadorTmp { get; set; }
|
||||
[NotMapped]
|
||||
public bool? TomadorEsConductorHabitualTmp { get; set; }
|
||||
[NotMapped]
|
||||
public bool? TomadorEsPagadorTmp { get; set; }
|
||||
[NotMapped]
|
||||
public bool? TomadorEsConductorOcasionalTmp { get; set; }
|
||||
[NotMapped]
|
||||
public bool? TomadorEsPropietarioTmp { get; set; }
|
||||
[NotMapped]
|
||||
public int? idSexoTomadorTmp { get; set; }
|
||||
[NotMapped]
|
||||
public DateTime? FechaNacimientoTomadorTmp { get; set; }
|
||||
[NotMapped]
|
||||
public DateTime? FechaCarnetTomadorTmp { get; set; }
|
||||
|
||||
public void RellenaDatosTmpTomador(entidades entidad)
|
||||
|
||||
Reference in New Issue
Block a user