コード例 #1
0
 /// <summary>
 /// Create a new bvc_RewardsPoints object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="userId">Initial value of the UserId property.</param>
 /// <param name="points">Initial value of the Points property.</param>
 /// <param name="pointsHeld">Initial value of the PointsHeld property.</param>
 /// <param name="transactionTime">Initial value of the TransactionTime property.</param>
 /// <param name="storeId">Initial value of the StoreId property.</param>
 public static bvc_RewardsPoints Createbvc_RewardsPoints(global::System.Int64 id, global::System.String userId, global::System.Int32 points, global::System.Int32 pointsHeld, global::System.DateTime transactionTime, global::System.Int64 storeId)
 {
     bvc_RewardsPoints bvc_RewardsPoints = new bvc_RewardsPoints();
     bvc_RewardsPoints.Id = id;
     bvc_RewardsPoints.UserId = userId;
     bvc_RewardsPoints.Points = points;
     bvc_RewardsPoints.PointsHeld = pointsHeld;
     bvc_RewardsPoints.TransactionTime = transactionTime;
     bvc_RewardsPoints.StoreId = storeId;
     return bvc_RewardsPoints;
 }
コード例 #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the bvc_RewardsPoints EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTobvc_RewardsPoints(bvc_RewardsPoints bvc_RewardsPoints)
 {
     base.AddObject("bvc_RewardsPoints", bvc_RewardsPoints);
 }