/// <summary> /// Deprecated Method for adding a new object to the Staging_ExhibitContentItemInfo EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToStaging_ExhibitContentItemInfo(Staging_ExhibitContentItemInfo staging_ExhibitContentItemInfo) { base.AddObject("Staging_ExhibitContentItemInfo", staging_ExhibitContentItemInfo); }
/// <summary> /// Create a new Staging_ExhibitContentItemInfo 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="exhibitContentItemInfoID">Initial value of the ExhibitContentItemInfoID property.</param> public static Staging_ExhibitContentItemInfo CreateStaging_ExhibitContentItemInfo(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.Guid exhibitContentItemInfoID) { Staging_ExhibitContentItemInfo staging_ExhibitContentItemInfo = new Staging_ExhibitContentItemInfo(); staging_ExhibitContentItemInfo.ID = id; staging_ExhibitContentItemInfo.ExhibitID = exhibitID; staging_ExhibitContentItemInfo.Title = title; staging_ExhibitContentItemInfo.Caption = caption; staging_ExhibitContentItemInfo.Threshold = threshold; staging_ExhibitContentItemInfo.Regime = regime; staging_ExhibitContentItemInfo.TimeUnit = timeUnit; staging_ExhibitContentItemInfo.MediaType = mediaType; staging_ExhibitContentItemInfo.MediaBlobURL = mediaBlobURL; staging_ExhibitContentItemInfo.UniqueID = uniqueID; staging_ExhibitContentItemInfo.ExhibitContentItemInfoID = exhibitContentItemInfoID; return staging_ExhibitContentItemInfo; }