Exferia/Exferia_EntityFramework/Exferia_EntityFramework/MAE_FormasPago.cs

58 lines
2.8 KiB
C#

//------------------------------------------------------------------------------
// <auto-generated>
// Este código se generó a partir de una plantilla.
//
// Los cambios manuales en este archivo pueden causar un comportamiento inesperado de la aplicación.
// Los cambios manuales en este archivo se sobrescribirán si se regenera el código.
// </auto-generated>
//------------------------------------------------------------------------------
namespace Exferia_EntityFramework
{
using System;
using System.Collections.Generic;
public partial class MAE_FormasPago
{
public MAE_FormasPago()
{
this.MAE_FormasPago_Detalle = new HashSet<MAE_FormasPago_Detalle>();
this.COM_FacturasCabecera = new HashSet<COM_FacturasCabecera>();
this.MAE_Proveedores = new HashSet<MAE_Proveedores>();
this.VTA_AlbaranesCabecera = new HashSet<VTA_AlbaranesCabecera>();
this.VTA_FacturasCabecera = new HashSet<VTA_FacturasCabecera>();
this.MAE_Clientes = new HashSet<MAE_Clientes>();
this.PER_Nominas = new HashSet<PER_Nominas>();
this.MAE_Empleados = new HashSet<MAE_Empleados>();
this.GTT_Socios = new HashSet<GTT_Socios>();
}
public long id { get; set; }
public string codigo { get; set; }
public string descripcion { get; set; }
public long idEmpresa { get; set; }
public int diasDesplazamientoInicial { get; set; }
public int mesesDesplazamientoInicial { get; set; }
public int mesesEntreGiros { get; set; }
public int diasEntreGiros { get; set; }
public int numeroVencimientos { get; set; }
public bool generaRemesa { get; set; }
public Nullable<System.DateTime> fechaBorrado { get; set; }
public string campoFechaParaCalculo { get; set; }
public string tipoInicio { get; set; }
public Nullable<int> tipoInicio_Dia { get; set; }
public Nullable<int> tipoAplicacionImpuesto { get; set; }
public virtual ICollection<MAE_FormasPago_Detalle> MAE_FormasPago_Detalle { get; set; }
public virtual GEN_Empresas GEN_Empresas { get; set; }
public virtual ICollection<COM_FacturasCabecera> COM_FacturasCabecera { get; set; }
public virtual ICollection<MAE_Proveedores> MAE_Proveedores { get; set; }
public virtual ICollection<VTA_AlbaranesCabecera> VTA_AlbaranesCabecera { get; set; }
public virtual ICollection<VTA_FacturasCabecera> VTA_FacturasCabecera { get; set; }
public virtual ICollection<MAE_Clientes> MAE_Clientes { get; set; }
public virtual ICollection<PER_Nominas> PER_Nominas { get; set; }
public virtual ICollection<MAE_Empleados> MAE_Empleados { get; set; }
public virtual ICollection<GTT_Socios> GTT_Socios { get; set; }
}
}