/// <summary> /// Deprecated Method for adding a new object to the Staging_BibliographyView EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToStaging_BibliographyView(Staging_BibliographyView staging_BibliographyView) { base.AddObject("Staging_BibliographyView", staging_BibliographyView); }
/// <summary> /// Create a new Staging_BibliographyView object. /// </summary> /// <param name="exhibitID">Initial value of the ExhibitID property.</param> /// <param name="id">Initial value of the ID property.</param> /// <param name="title">Initial value of the Title property.</param> /// <param name="authors">Initial value of the Authors property.</param> /// <param name="bookChapters">Initial value of the BookChapters property.</param> /// <param name="citationType">Initial value of the CitationType property.</param> /// <param name="pageNumbers">Initial value of the PageNumbers property.</param> /// <param name="publication">Initial value of the Publication property.</param> /// <param name="publicationDates">Initial value of the PublicationDates property.</param> /// <param name="source">Initial value of the Source property.</param> /// <param name="bibliographyView">Initial value of the BibliographyView property.</param> public static Staging_BibliographyView CreateStaging_BibliographyView(global::System.Guid exhibitID, global::System.Guid id, global::System.String title, global::System.String authors, global::System.String bookChapters, global::System.String citationType, global::System.String pageNumbers, global::System.String publication, global::System.String publicationDates, global::System.String source, global::System.Guid bibliographyView) { Staging_BibliographyView staging_BibliographyView = new Staging_BibliographyView(); staging_BibliographyView.ExhibitID = exhibitID; staging_BibliographyView.ID = id; staging_BibliographyView.Title = title; staging_BibliographyView.Authors = authors; staging_BibliographyView.BookChapters = bookChapters; staging_BibliographyView.CitationType = citationType; staging_BibliographyView.PageNumbers = pageNumbers; staging_BibliographyView.Publication = publication; staging_BibliographyView.PublicationDates = publicationDates; staging_BibliographyView.Source = source; staging_BibliographyView.BibliographyView = bibliographyView; return staging_BibliographyView; }