Ejemplo n.º 1
0
 /// <summary>
 /// Create a new payPcpCapTransactions object.
 /// </summary>
 /// <param name="payPcpCapTransaction">Initial value of the payPcpCapTransaction property.</param>
 /// <param name="nG_person_id">Initial value of the NG_person_id property.</param>
 /// <param name="nG_provider_id">Initial value of the NG_provider_id property.</param>
 /// <param name="medContract">Initial value of the medContract property.</param>
 /// <param name="month">Initial value of the Month property.</param>
 /// <param name="year">Initial value of the Year property.</param>
 /// <param name="effectiveDate">Initial value of the EffectiveDate property.</param>
 /// <param name="termDate">Initial value of the TermDate property.</param>
 /// <param name="adjustMonths">Initial value of the AdjustMonths property.</param>
 /// <param name="adjustAmount">Initial value of the AdjustAmount property.</param>
 /// <param name="mbrCnt">Initial value of the MbrCnt property.</param>
 /// <param name="eligAmount">Initial value of the EligAmount property.</param>
 /// <param name="cAPAmount">Initial value of the CAPAmount property.</param>
 public static payPcpCapTransactions CreatepayPcpCapTransactions(global::System.Int32 payPcpCapTransaction, global::System.String nG_person_id, global::System.String nG_provider_id, global::System.Int32 medContract, global::System.Int32 month, global::System.Int32 year, global::System.DateTime effectiveDate, global::System.DateTime termDate, global::System.Int32 adjustMonths, global::System.Decimal adjustAmount, global::System.Int32 mbrCnt, global::System.Decimal eligAmount, global::System.Decimal cAPAmount)
 {
     payPcpCapTransactions payPcpCapTransactions = new payPcpCapTransactions();
     payPcpCapTransactions.payPcpCapTransaction = payPcpCapTransaction;
     payPcpCapTransactions.NG_person_id = nG_person_id;
     payPcpCapTransactions.NG_provider_id = nG_provider_id;
     payPcpCapTransactions.medContract = medContract;
     payPcpCapTransactions.Month = month;
     payPcpCapTransactions.Year = year;
     payPcpCapTransactions.EffectiveDate = effectiveDate;
     payPcpCapTransactions.TermDate = termDate;
     payPcpCapTransactions.AdjustMonths = adjustMonths;
     payPcpCapTransactions.AdjustAmount = adjustAmount;
     payPcpCapTransactions.MbrCnt = mbrCnt;
     payPcpCapTransactions.EligAmount = eligAmount;
     payPcpCapTransactions.CAPAmount = cAPAmount;
     return payPcpCapTransactions;
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the payPcpCapTransactions EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTopayPcpCapTransactions(payPcpCapTransactions payPcpCapTransactions)
 {
     base.AddObject("payPcpCapTransactions", payPcpCapTransactions);
 }