/// <summary>
 /// Deprecated Method for adding a new object to the reporte_total_aportaciones_por_socio EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToreporte_total_aportaciones_por_socio(reporte_total_aportaciones_por_socio reporte_total_aportaciones_por_socio)
 {
     base.AddObject("reporte_total_aportaciones_por_socio", reporte_total_aportaciones_por_socio);
 }
 /// <summary>
 /// Create a new reporte_total_aportaciones_por_socio object.
 /// </summary>
 /// <param name="tRANSACCION_NUMERO">Initial value of the TRANSACCION_NUMERO property.</param>
 /// <param name="sOCIOS_ID">Initial value of the SOCIOS_ID property.</param>
 /// <param name="aPORTACIONES_ORDINARIA_SALDO">Initial value of the APORTACIONES_ORDINARIA_SALDO property.</param>
 /// <param name="aPORTACIONES_EXTRAORDINARIA_SALDO">Initial value of the APORTACIONES_EXTRAORDINARIA_SALDO property.</param>
 /// <param name="aPORTACIONES_CAPITALIZACION_RETENCION_SALDO">Initial value of the APORTACIONES_CAPITALIZACION_RETENCION_SALDO property.</param>
 /// <param name="aPORTACIONES_INTERESES_S_APORTACION_SALDO">Initial value of the APORTACIONES_INTERESES_S_APORTACION_SALDO property.</param>
 /// <param name="aPORTACIONES_EXCEDENTE_PERIODO_SALDO">Initial value of the APORTACIONES_EXCEDENTE_PERIODO_SALDO property.</param>
 /// <param name="aPORTACIONES_SALDO_TOTAL">Initial value of the APORTACIONES_SALDO_TOTAL property.</param>
 /// <param name="cREADO_POR">Initial value of the CREADO_POR property.</param>
 /// <param name="fECHA_CREACION">Initial value of the FECHA_CREACION property.</param>
 public static reporte_total_aportaciones_por_socio Createreporte_total_aportaciones_por_socio(global::System.Int32 tRANSACCION_NUMERO, global::System.String sOCIOS_ID, global::System.Decimal aPORTACIONES_ORDINARIA_SALDO, global::System.Decimal aPORTACIONES_EXTRAORDINARIA_SALDO, global::System.Decimal aPORTACIONES_CAPITALIZACION_RETENCION_SALDO, global::System.Decimal aPORTACIONES_INTERESES_S_APORTACION_SALDO, global::System.Decimal aPORTACIONES_EXCEDENTE_PERIODO_SALDO, global::System.Decimal aPORTACIONES_SALDO_TOTAL, global::System.String cREADO_POR, global::System.DateTime fECHA_CREACION)
 {
     reporte_total_aportaciones_por_socio reporte_total_aportaciones_por_socio = new reporte_total_aportaciones_por_socio();
     reporte_total_aportaciones_por_socio.TRANSACCION_NUMERO = tRANSACCION_NUMERO;
     reporte_total_aportaciones_por_socio.SOCIOS_ID = sOCIOS_ID;
     reporte_total_aportaciones_por_socio.APORTACIONES_ORDINARIA_SALDO = aPORTACIONES_ORDINARIA_SALDO;
     reporte_total_aportaciones_por_socio.APORTACIONES_EXTRAORDINARIA_SALDO = aPORTACIONES_EXTRAORDINARIA_SALDO;
     reporte_total_aportaciones_por_socio.APORTACIONES_CAPITALIZACION_RETENCION_SALDO = aPORTACIONES_CAPITALIZACION_RETENCION_SALDO;
     reporte_total_aportaciones_por_socio.APORTACIONES_INTERESES_S_APORTACION_SALDO = aPORTACIONES_INTERESES_S_APORTACION_SALDO;
     reporte_total_aportaciones_por_socio.APORTACIONES_EXCEDENTE_PERIODO_SALDO = aPORTACIONES_EXCEDENTE_PERIODO_SALDO;
     reporte_total_aportaciones_por_socio.APORTACIONES_SALDO_TOTAL = aPORTACIONES_SALDO_TOTAL;
     reporte_total_aportaciones_por_socio.CREADO_POR = cREADO_POR;
     reporte_total_aportaciones_por_socio.FECHA_CREACION = fECHA_CREACION;
     return reporte_total_aportaciones_por_socio;
 }