Пример #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Staging_ExhibitReferenceInfo EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToStaging_ExhibitReferenceInfo(Staging_ExhibitReferenceInfo staging_ExhibitReferenceInfo)
 {
     base.AddObject("Staging_ExhibitReferenceInfo", staging_ExhibitReferenceInfo);
 }
Пример #2
0
 /// <summary>
 /// Create a new Staging_ExhibitReferenceInfo object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="exhibitID">Initial value of the ExhibitID property.</param>
 /// <param name="title">Initial value of the Title property.</param>
 /// <param name="authors">Initial value of the Authors property.</param>
 /// <param name="source">Initial value of the Source property.</param>
 /// <param name="exhibitReferenceInfoID">Initial value of the ExhibitReferenceInfoID property.</param>
 public static Staging_ExhibitReferenceInfo CreateStaging_ExhibitReferenceInfo(global::System.Guid id, global::System.Guid exhibitID, global::System.String title, global::System.String authors, global::System.String source, global::System.Guid exhibitReferenceInfoID)
 {
     Staging_ExhibitReferenceInfo staging_ExhibitReferenceInfo = new Staging_ExhibitReferenceInfo();
     staging_ExhibitReferenceInfo.ID = id;
     staging_ExhibitReferenceInfo.ExhibitID = exhibitID;
     staging_ExhibitReferenceInfo.Title = title;
     staging_ExhibitReferenceInfo.Authors = authors;
     staging_ExhibitReferenceInfo.Source = source;
     staging_ExhibitReferenceInfo.ExhibitReferenceInfoID = exhibitReferenceInfoID;
     return staging_ExhibitReferenceInfo;
 }