Exemplo n.º 1
0
 /// <summary>
 /// Create a new tblPaymentGL object.
 /// </summary>
 /// <param name="idPaymentGL">Initial value of the idPaymentGL property.</param>
 /// <param name="idPaymentMaster">Initial value of the idPaymentMaster property.</param>
 /// <param name="idChartOfAccount">Initial value of the idChartOfAccount property.</param>
 /// <param name="amountGL">Initial value of the amountGL property.</param>
 /// <param name="dateCreated">Initial value of the dateCreated property.</param>
 /// <param name="dateModified">Initial value of the dateModified property.</param>
 /// <param name="createdByLogin">Initial value of the CreatedByLogin property.</param>
 /// <param name="modifiedByLogin">Initial value of the ModifiedByLogin property.</param>
 public static tblPaymentGL CreatetblPaymentGL(global::System.Int32 idPaymentGL, global::System.Int32 idPaymentMaster, global::System.Int32 idChartOfAccount, global::System.Decimal amountGL, global::System.DateTime dateCreated, global::System.DateTime dateModified, global::System.String createdByLogin, global::System.String modifiedByLogin)
 {
     tblPaymentGL tblPaymentGL = new tblPaymentGL();
     tblPaymentGL.idPaymentGL = idPaymentGL;
     tblPaymentGL.idPaymentMaster = idPaymentMaster;
     tblPaymentGL.idChartOfAccount = idChartOfAccount;
     tblPaymentGL.amountGL = amountGL;
     tblPaymentGL.dateCreated = dateCreated;
     tblPaymentGL.dateModified = dateModified;
     tblPaymentGL.CreatedByLogin = createdByLogin;
     tblPaymentGL.ModifiedByLogin = modifiedByLogin;
     return tblPaymentGL;
 }
Exemplo n.º 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the tblPaymentGLs EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTotblPaymentGLs(tblPaymentGL tblPaymentGL)
 {
     base.AddObject("tblPaymentGLs", tblPaymentGL);
 }