/// <summary> /// Create a new Prod_ExhibitView object. /// </summary> /// <param name="id">Initial value of the ID property.</param> /// <param name="title">Initial value of the Title property.</param> /// <param name="thresholdID">Initial value of the ThresholdID property.</param> /// <param name="regimeID">Initial value of the RegimeID property.</param> /// <param name="uniqueID">Initial value of the UniqueID property.</param> /// <param name="version_ExhibitID">Initial value of the Version_ExhibitID property.</param> /// <param name="exhibitViewID">Initial value of the ExhibitViewID property.</param> public static Prod_ExhibitView CreateProd_ExhibitView(global::System.Guid id, global::System.String title, global::System.Guid thresholdID, global::System.Guid regimeID, global::System.Int32 uniqueID, global::System.Guid version_ExhibitID, global::System.Guid exhibitViewID) { Prod_ExhibitView prod_ExhibitView = new Prod_ExhibitView(); prod_ExhibitView.ID = id; prod_ExhibitView.Title = title; prod_ExhibitView.ThresholdID = thresholdID; prod_ExhibitView.RegimeID = regimeID; prod_ExhibitView.UniqueID = uniqueID; prod_ExhibitView.Version_ExhibitID = version_ExhibitID; prod_ExhibitView.ExhibitViewID = exhibitViewID; return prod_ExhibitView; }
/// <summary> /// Deprecated Method for adding a new object to the Prod_ExhibitView EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToProd_ExhibitView(Prod_ExhibitView prod_ExhibitView) { base.AddObject("Prod_ExhibitView", prod_ExhibitView); }