示例#1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Auth_ExhibitContentItemInfoView EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToAuth_ExhibitContentItemInfoView(Auth_ExhibitContentItemInfoView auth_ExhibitContentItemInfoView)
 {
     base.AddObject("Auth_ExhibitContentItemInfoView", auth_ExhibitContentItemInfoView);
 }
示例#2
0
 /// <summary>
 /// Create a new Auth_ExhibitContentItemInfoView 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="caption">Initial value of the Caption property.</param>
 /// <param name="threshold">Initial value of the Threshold property.</param>
 /// <param name="regime">Initial value of the Regime property.</param>
 /// <param name="timeUnit">Initial value of the TimeUnit property.</param>
 /// <param name="mediaType">Initial value of the MediaType property.</param>
 /// <param name="mediaBlobURL">Initial value of the MediaBlobURL property.</param>
 /// <param name="uniqueID">Initial value of the UniqueID property.</param>
 /// <param name="hasBibliography">Initial value of the HasBibliography property.</param>
 public static Auth_ExhibitContentItemInfoView CreateAuth_ExhibitContentItemInfoView(global::System.Guid id, global::System.Guid exhibitID, global::System.String title, global::System.String caption, global::System.String threshold, global::System.String regime, global::System.String timeUnit, global::System.String mediaType, global::System.String mediaBlobURL, global::System.Int32 uniqueID, global::System.Int32 hasBibliography)
 {
     Auth_ExhibitContentItemInfoView auth_ExhibitContentItemInfoView = new Auth_ExhibitContentItemInfoView();
     auth_ExhibitContentItemInfoView.ID = id;
     auth_ExhibitContentItemInfoView.ExhibitID = exhibitID;
     auth_ExhibitContentItemInfoView.Title = title;
     auth_ExhibitContentItemInfoView.Caption = caption;
     auth_ExhibitContentItemInfoView.Threshold = threshold;
     auth_ExhibitContentItemInfoView.Regime = regime;
     auth_ExhibitContentItemInfoView.TimeUnit = timeUnit;
     auth_ExhibitContentItemInfoView.MediaType = mediaType;
     auth_ExhibitContentItemInfoView.MediaBlobURL = mediaBlobURL;
     auth_ExhibitContentItemInfoView.UniqueID = uniqueID;
     auth_ExhibitContentItemInfoView.HasBibliography = hasBibliography;
     return auth_ExhibitContentItemInfoView;
 }