/// <summary> /// Create a new Quotation_Version object. /// </summary> /// <param name="quotation_Version_Id">Initial value of the Quotation_Version_Id property.</param> public static Quotation_Version CreateQuotation_Version(global::System.Int32 quotation_Version_Id) { Quotation_Version quotation_Version = new Quotation_Version(); quotation_Version.Quotation_Version_Id = quotation_Version_Id; return quotation_Version; }
/// <summary> /// Deprecated Method for adding a new object to the Quotation_Version EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToQuotation_Version(Quotation_Version quotation_Version) { base.AddObject("Quotation_Version", quotation_Version); }