proceso ficheros vencidos

This commit is contained in:
2026-05-11 12:19:32 +02:00
parent 9baa81b743
commit ed81d8d5a6
8 changed files with 823 additions and 652 deletions

View File

@@ -10,6 +10,16 @@ namespace bdAsegasa.db
{
public partial class entidades : INotifyPropertyChanged
{
public string ApellidosNombre
{
get
{
return this.Apellidos + " " + this.Nombre;
}
}
public event PropertyChangedEventHandler PropertyChanged;
protected virtual void OnPropertyChanged(string propertyName) => PropertyChanged?.Invoke(this, new PropertyChangedEventArgs(propertyName));
@@ -53,6 +63,8 @@ namespace bdAsegasa.db
private string _codigoPostalTmp;
private bool _codigoPostalTmpEsNulo = true;
[NotMapped]
public string CodigoPostalTmp
{
get
@@ -75,6 +87,8 @@ namespace bdAsegasa.db
private string _domicilioTmp;
private bool _domicilioTmpEsNulo = true;
[NotMapped]
public string DomicilioTmp
{
get
@@ -97,6 +111,8 @@ namespace bdAsegasa.db
private string _codigoPoblacionTmp;
private bool _codigoPoblacionTmpEsNulo = true;
[NotMapped]
public string CodigoPoblacionTmp
{
get
@@ -161,6 +177,8 @@ namespace bdAsegasa.db
private string _poblacionTmp;
private bool _poblacionTmpEsNulo = true;
[NotMapped]
public string PoblacionTmp
{
get
@@ -184,6 +202,8 @@ namespace bdAsegasa.db
private string _provinciaTmp;
private bool _provinciaTmpEsNulo = true;
[NotMapped]
public string ProvinciaTmp
{
get