/// <summary> /// Deprecated Method for adding a new object to the AnimationProductDetail EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToAnimationProductDetail(AnimationProductDetail animationProductDetail) { base.AddObject("AnimationProductDetail", animationProductDetail); }
/// <summary> /// Create a new AnimationProductDetail object. /// </summary> /// <param name="id">Initial value of the ID property.</param> /// <param name="iDAnimationProduct">Initial value of the IDAnimationProduct property.</param> /// <param name="iDSalesArea">Initial value of the IDSalesArea property.</param> /// <param name="bDCQuantity">Initial value of the BDCQuantity property.</param> public static AnimationProductDetail CreateAnimationProductDetail(global::System.Guid id, global::System.Guid iDAnimationProduct, global::System.Guid iDSalesArea, global::System.Int32 bDCQuantity) { AnimationProductDetail animationProductDetail = new AnimationProductDetail(); animationProductDetail.ID = id; animationProductDetail.IDAnimationProduct = iDAnimationProduct; animationProductDetail.IDSalesArea = iDSalesArea; animationProductDetail.BDCQuantity = bDCQuantity; return animationProductDetail; }