Example #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the CustomerAllocation EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToCustomerAllocation(CustomerAllocation customerAllocation)
 {
     base.AddObject("CustomerAllocation", customerAllocation);
 }
Example #2
0
 /// <summary>
 /// Create a new CustomerAllocation object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="iDCustomer">Initial value of the IDCustomer property.</param>
 /// <param name="iDAnimationProductDetail">Initial value of the IDAnimationProductDetail property.</param>
 /// <param name="intID">Initial value of the IntID property.</param>
 public static CustomerAllocation CreateCustomerAllocation(global::System.Guid id, global::System.Guid iDCustomer, global::System.Guid iDAnimationProductDetail, global::System.Int64 intID)
 {
     CustomerAllocation customerAllocation = new CustomerAllocation();
     customerAllocation.ID = id;
     customerAllocation.IDCustomer = iDCustomer;
     customerAllocation.IDAnimationProductDetail = iDAnimationProductDetail;
     customerAllocation.IntID = intID;
     return customerAllocation;
 }