Пример #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the vw_BidderOffers EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTovw_BidderOffers(vw_BidderOffers vw_BidderOffers)
 {
     base.AddObject("vw_BidderOffers", vw_BidderOffers);
 }
Пример #2
0
 /// <summary>
 /// Create a new vw_BidderOffers object.
 /// </summary>
 /// <param name="currentPrice">Initial value of the CurrentPrice property.</param>
 /// <param name="auctionCurrentPrice">Initial value of the AuctionCurrentPrice property.</param>
 /// <param name="name">Initial value of the Name property.</param>
 /// <param name="startTime">Initial value of the StartTime property.</param>
 /// <param name="endTime">Initial value of the EndTime property.</param>
 /// <param name="enableDisable">Initial value of the EnableDisable property.</param>
 /// <param name="auctionNumber">Initial value of the AuctionNumber property.</param>
 /// <param name="startPrice">Initial value of the StartPrice property.</param>
 /// <param name="userId">Initial value of the UserId property.</param>
 /// <param name="auctionId">Initial value of the AuctionId property.</param>
 /// <param name="offerId">Initial value of the OfferId property.</param>
 public static vw_BidderOffers Createvw_BidderOffers(global::System.Decimal currentPrice, global::System.Decimal auctionCurrentPrice, global::System.String name, global::System.DateTime startTime, global::System.DateTime endTime, global::System.Boolean enableDisable, global::System.Int32 auctionNumber, global::System.Decimal startPrice, global::System.Guid userId, global::System.Int32 auctionId, global::System.Int32 offerId)
 {
     vw_BidderOffers vw_BidderOffers = new vw_BidderOffers();
     vw_BidderOffers.CurrentPrice = currentPrice;
     vw_BidderOffers.AuctionCurrentPrice = auctionCurrentPrice;
     vw_BidderOffers.Name = name;
     vw_BidderOffers.StartTime = startTime;
     vw_BidderOffers.EndTime = endTime;
     vw_BidderOffers.EnableDisable = enableDisable;
     vw_BidderOffers.AuctionNumber = auctionNumber;
     vw_BidderOffers.StartPrice = startPrice;
     vw_BidderOffers.UserId = userId;
     vw_BidderOffers.AuctionId = auctionId;
     vw_BidderOffers.OfferId = offerId;
     return vw_BidderOffers;
 }