コード例 #1
0
 /// <summary>
 /// Create a new SubscriptionOrder object.
 /// </summary>
 /// <param name="subscriptionId">Initial value of the SubscriptionId property.</param>
 /// <param name="orderId">Initial value of the OrderId property.</param>
 /// <param name="isDeleted">Initial value of the IsDeleted property.</param>
 public static SubscriptionOrder CreateSubscriptionOrder(global::System.Int64 subscriptionId, global::System.Int64 orderId, global::System.Boolean isDeleted)
 {
     SubscriptionOrder subscriptionOrder = new SubscriptionOrder();
     subscriptionOrder.SubscriptionId = subscriptionId;
     subscriptionOrder.OrderId = orderId;
     subscriptionOrder.IsDeleted = isDeleted;
     return subscriptionOrder;
 }
コード例 #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the SubscriptionOrders EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToSubscriptionOrders(SubscriptionOrder subscriptionOrder)
 {
     base.AddObject("SubscriptionOrders", subscriptionOrder);
 }