Example #1
0
 /// <summary>
 /// Create a new Prod_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="prod_ExhibitReferenceInfoID">Initial value of the Prod_ExhibitReferenceInfoID property.</param>
 public static Prod_ExhibitReferenceInfo CreateProd_ExhibitReferenceInfo(global::System.Guid id, global::System.Guid exhibitID, global::System.String title, global::System.String authors, global::System.String source, global::System.Guid prod_ExhibitReferenceInfoID)
 {
     Prod_ExhibitReferenceInfo prod_ExhibitReferenceInfo = new Prod_ExhibitReferenceInfo();
     prod_ExhibitReferenceInfo.ID = id;
     prod_ExhibitReferenceInfo.ExhibitID = exhibitID;
     prod_ExhibitReferenceInfo.Title = title;
     prod_ExhibitReferenceInfo.Authors = authors;
     prod_ExhibitReferenceInfo.Source = source;
     prod_ExhibitReferenceInfo.Prod_ExhibitReferenceInfoID = prod_ExhibitReferenceInfoID;
     return prod_ExhibitReferenceInfo;
 }
Example #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Prod_ExhibitReferenceInfo EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToProd_ExhibitReferenceInfo(Prod_ExhibitReferenceInfo prod_ExhibitReferenceInfo)
 {
     base.AddObject("Prod_ExhibitReferenceInfo", prod_ExhibitReferenceInfo);
 }