Exemple #1
0
 /// <summary>
 /// Create a new tblPaymentMaster object.
 /// </summary>
 /// <param name="idPaymentMaster">Initial value of the idPaymentMaster property.</param>
 /// <param name="idPaymentType">Initial value of the idPaymentType 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 tblPaymentMaster CreatetblPaymentMaster(global::System.Int32 idPaymentMaster, global::System.Int32 idPaymentType, global::System.DateTime dateModified, global::System.String createdByLogin, global::System.String modifiedByLogin)
 {
     tblPaymentMaster tblPaymentMaster = new tblPaymentMaster();
     tblPaymentMaster.idPaymentMaster = idPaymentMaster;
     tblPaymentMaster.idPaymentType = idPaymentType;
     tblPaymentMaster.dateModified = dateModified;
     tblPaymentMaster.CreatedByLogin = createdByLogin;
     tblPaymentMaster.ModifiedByLogin = modifiedByLogin;
     return tblPaymentMaster;
 }
Exemple #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the tblPaymentMasters EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTotblPaymentMasters(tblPaymentMaster tblPaymentMaster)
 {
     base.AddObject("tblPaymentMasters", tblPaymentMaster);
 }