Exemple #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the AnimationCustomerGroup EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToAnimationCustomerGroup(AnimationCustomerGroup animationCustomerGroup)
 {
     base.AddObject("AnimationCustomerGroup", animationCustomerGroup);
 }
Exemple #2
0
 /// <summary>
 /// Create a new AnimationCustomerGroup object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="iDAnimation">Initial value of the IDAnimation property.</param>
 /// <param name="iDCustomerGroup">Initial value of the IDCustomerGroup property.</param>
 /// <param name="iDRetailerType">Initial value of the IDRetailerType property.</param>
 /// <param name="includeInAllocation">Initial value of the IncludeInAllocation property.</param>
 /// <param name="onCounterDate">Initial value of the OnCounterDate property.</param>
 /// <param name="pLVDeliveryDate">Initial value of the PLVDeliveryDate property.</param>
 /// <param name="pLVComponentDate">Initial value of the PLVComponentDate property.</param>
 /// <param name="stockDate">Initial value of the StockDate property.</param>
 public static AnimationCustomerGroup CreateAnimationCustomerGroup(global::System.Guid id, global::System.Guid iDAnimation, global::System.Guid iDCustomerGroup, global::System.Guid iDRetailerType, global::System.Boolean includeInAllocation, global::System.DateTime onCounterDate, global::System.DateTime pLVDeliveryDate, global::System.DateTime pLVComponentDate, global::System.DateTime stockDate)
 {
     AnimationCustomerGroup animationCustomerGroup = new AnimationCustomerGroup();
     animationCustomerGroup.ID = id;
     animationCustomerGroup.IDAnimation = iDAnimation;
     animationCustomerGroup.IDCustomerGroup = iDCustomerGroup;
     animationCustomerGroup.IDRetailerType = iDRetailerType;
     animationCustomerGroup.IncludeInAllocation = includeInAllocation;
     animationCustomerGroup.OnCounterDate = onCounterDate;
     animationCustomerGroup.PLVDeliveryDate = pLVDeliveryDate;
     animationCustomerGroup.PLVComponentDate = pLVComponentDate;
     animationCustomerGroup.StockDate = stockDate;
     return animationCustomerGroup;
 }