/// <summary> /// Deprecated Method for adding a new object to the Staging_ContentItemView EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToStaging_ContentItemView(Staging_ContentItemView staging_ContentItemView) { base.AddObject("Staging_ContentItemView", staging_ContentItemView); }
/// <summary> /// Create a new Staging_ContentItemView object. /// </summary> /// <param name="id">Initial value of the ID property.</param> /// <param name="title">Initial value of the Title property.</param> /// <param name="caption">Initial value of the Caption property.</param> /// <param name="topic">Initial value of the Topic property.</param> /// <param name="mediaTypeID">Initial value of the MediaTypeID property.</param> /// <param name="thresholdID">Initial value of the ThresholdID property.</param> /// <param name="regimeID">Initial value of the RegimeID property.</param> /// <param name="mediaBlobURL">Initial value of the MediaBlobURL property.</param> /// <param name="timeUnitID">Initial value of the TimeUnitID property.</param> /// <param name="licenseTypeID">Initial value of the LicenseTypeID property.</param> /// <param name="uniqueID">Initial value of the UniqueID property.</param> /// <param name="version_ContentItemID">Initial value of the Version_ContentItemID property.</param> /// <param name="contentItemViewID">Initial value of the ContentItemViewID property.</param> public static Staging_ContentItemView CreateStaging_ContentItemView(global::System.Guid id, global::System.String title, global::System.String caption, global::System.String topic, global::System.Guid mediaTypeID, global::System.Guid thresholdID, global::System.Guid regimeID, global::System.String mediaBlobURL, global::System.Guid timeUnitID, global::System.Guid licenseTypeID, global::System.Int32 uniqueID, global::System.Guid version_ContentItemID, global::System.Guid contentItemViewID) { Staging_ContentItemView staging_ContentItemView = new Staging_ContentItemView(); staging_ContentItemView.ID = id; staging_ContentItemView.Title = title; staging_ContentItemView.Caption = caption; staging_ContentItemView.Topic = topic; staging_ContentItemView.MediaTypeID = mediaTypeID; staging_ContentItemView.ThresholdID = thresholdID; staging_ContentItemView.RegimeID = regimeID; staging_ContentItemView.MediaBlobURL = mediaBlobURL; staging_ContentItemView.TimeUnitID = timeUnitID; staging_ContentItemView.LicenseTypeID = licenseTypeID; staging_ContentItemView.UniqueID = uniqueID; staging_ContentItemView.Version_ContentItemID = version_ContentItemID; staging_ContentItemView.ContentItemViewID = contentItemViewID; return staging_ContentItemView; }