Пример #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Auth_ExhibitReferenceInfoView EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToAuth_ExhibitReferenceInfoView(Auth_ExhibitReferenceInfoView auth_ExhibitReferenceInfoView)
 {
     base.AddObject("Auth_ExhibitReferenceInfoView", auth_ExhibitReferenceInfoView);
 }
Пример #2
0
 /// <summary>
 /// Create a new Auth_ExhibitReferenceInfoView 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="citationType">Initial value of the CitationType property.</param>
 /// <param name="source">Initial value of the Source property.</param>
 public static Auth_ExhibitReferenceInfoView CreateAuth_ExhibitReferenceInfoView(global::System.Guid id, global::System.Guid exhibitID, global::System.String title, global::System.String authors, global::System.String citationType, global::System.String source)
 {
     Auth_ExhibitReferenceInfoView auth_ExhibitReferenceInfoView = new Auth_ExhibitReferenceInfoView();
     auth_ExhibitReferenceInfoView.ID = id;
     auth_ExhibitReferenceInfoView.ExhibitID = exhibitID;
     auth_ExhibitReferenceInfoView.Title = title;
     auth_ExhibitReferenceInfoView.Authors = authors;
     auth_ExhibitReferenceInfoView.CitationType = citationType;
     auth_ExhibitReferenceInfoView.Source = source;
     return auth_ExhibitReferenceInfoView;
 }