Esempio n. 1
0
 /// <summary>
 /// Create a new tblRecollectionItem object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="recollectionId">Initial value of the RecollectionId property.</param>
 /// <param name="amount">Initial value of the Amount property.</param>
 /// <param name="dateInserted">Initial value of the DateInserted property.</param>
 /// <param name="iM_DateCreated">Initial value of the IM_DateCreated property.</param>
 /// <param name="iM_DateLastUpdated">Initial value of the IM_DateLastUpdated property.</param>
 /// <param name="iM_Status">Initial value of the IM_Status property.</param>
 /// <param name="isComfirmed">Initial value of the IsComfirmed property.</param>
 public static tblRecollectionItem CreatetblRecollectionItem(global::System.Guid id, global::System.Guid recollectionId, global::System.Decimal amount, global::System.DateTime dateInserted, global::System.DateTime iM_DateCreated, global::System.DateTime iM_DateLastUpdated, global::System.Int32 iM_Status, global::System.Boolean isComfirmed)
 {
     tblRecollectionItem tblRecollectionItem = new tblRecollectionItem();
     tblRecollectionItem.Id = id;
     tblRecollectionItem.RecollectionId = recollectionId;
     tblRecollectionItem.Amount = amount;
     tblRecollectionItem.DateInserted = dateInserted;
     tblRecollectionItem.IM_DateCreated = iM_DateCreated;
     tblRecollectionItem.IM_DateLastUpdated = iM_DateLastUpdated;
     tblRecollectionItem.IM_Status = iM_Status;
     tblRecollectionItem.IsComfirmed = isComfirmed;
     return tblRecollectionItem;
 }
Esempio n. 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the tblRecollectionItem EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTotblRecollectionItem(tblRecollectionItem tblRecollectionItem)
 {
     base.AddObject("tblRecollectionItem", tblRecollectionItem);
 }