/// <summary> /// Create a new ProductAssembly object. /// </summary> /// <param name="productAssemblyID">Initial value of the ProductAssemblyID property.</param> public static ProductAssembly CreateProductAssembly(global::System.Int32 productAssemblyID) { ProductAssembly productAssembly = new ProductAssembly(); productAssembly.ProductAssemblyID = productAssemblyID; return(productAssembly); }
/// <summary> /// Deprecated Method for adding a new object to the ProductAssemblies EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToProductAssemblies(ProductAssembly productAssembly) { base.AddObject("ProductAssemblies", productAssembly); }