示例#1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Staging_ExhibitView EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToStaging_ExhibitView(Staging_ExhibitView staging_ExhibitView)
 {
     base.AddObject("Staging_ExhibitView", staging_ExhibitView);
 }
示例#2
0
 /// <summary>
 /// Create a new Staging_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 Staging_ExhibitView CreateStaging_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)
 {
     Staging_ExhibitView staging_ExhibitView = new Staging_ExhibitView();
     staging_ExhibitView.ID = id;
     staging_ExhibitView.Title = title;
     staging_ExhibitView.ThresholdID = thresholdID;
     staging_ExhibitView.RegimeID = regimeID;
     staging_ExhibitView.UniqueID = uniqueID;
     staging_ExhibitView.Version_ExhibitID = version_ExhibitID;
     staging_ExhibitView.ExhibitViewID = exhibitViewID;
     return staging_ExhibitView;
 }