/// <summary> /// Create a new Auth_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="citationType">Initial value of the CitationType property.</param> /// <param name="source">Initial value of the Source property.</param> public static Auth_BibliographyView CreateAuth_BibliographyView(global::System.Guid exhibitID, global::System.Guid id, global::System.String title, global::System.String authors, global::System.String citationType, global::System.String source) { Auth_BibliographyView auth_BibliographyView = new Auth_BibliographyView(); auth_BibliographyView.ExhibitID = exhibitID; auth_BibliographyView.ID = id; auth_BibliographyView.Title = title; auth_BibliographyView.Authors = authors; auth_BibliographyView.CitationType = citationType; auth_BibliographyView.Source = source; return auth_BibliographyView; }
/// <summary> /// Deprecated Method for adding a new object to the Auth_BibliographyView EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToAuth_BibliographyView(Auth_BibliographyView auth_BibliographyView) { base.AddObject("Auth_BibliographyView", auth_BibliographyView); }