Esempio n. 1
0
 /// <summary>
 /// Create a new CustomerGroupAllocation object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="iDCustomerGroup">Initial value of the IDCustomerGroup property.</param>
 /// <param name="iDAnimationProductDetail">Initial value of the IDAnimationProductDetail property.</param>
 /// <param name="intID">Initial value of the IntID property.</param>
 public static CustomerGroupAllocation CreateCustomerGroupAllocation(global::System.Guid id, global::System.Guid iDCustomerGroup, global::System.Guid iDAnimationProductDetail, global::System.Int64 intID)
 {
     CustomerGroupAllocation customerGroupAllocation = new CustomerGroupAllocation();
     customerGroupAllocation.ID = id;
     customerGroupAllocation.IDCustomerGroup = iDCustomerGroup;
     customerGroupAllocation.IDAnimationProductDetail = iDAnimationProductDetail;
     customerGroupAllocation.IntID = intID;
     return customerGroupAllocation;
 }
Esempio n. 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the CustomerGroupAllocation EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToCustomerGroupAllocation(CustomerGroupAllocation customerGroupAllocation)
 {
     base.AddObject("CustomerGroupAllocation", customerGroupAllocation);
 }