Example #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Auth_ContentItemsView EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToAuth_ContentItemsView(Auth_ContentItemsView auth_ContentItemsView)
 {
     base.AddObject("Auth_ContentItemsView", auth_ContentItemsView);
 }
Example #2
0
 /// <summary>
 /// Create a new Auth_ContentItemsView 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>
 public static Auth_ContentItemsView CreateAuth_ContentItemsView(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)
 {
     Auth_ContentItemsView auth_ContentItemsView = new Auth_ContentItemsView();
     auth_ContentItemsView.ID = id;
     auth_ContentItemsView.Title = title;
     auth_ContentItemsView.Caption = caption;
     auth_ContentItemsView.Topic = topic;
     auth_ContentItemsView.MediaTypeID = mediaTypeID;
     auth_ContentItemsView.ThresholdID = thresholdID;
     auth_ContentItemsView.RegimeID = regimeID;
     auth_ContentItemsView.MediaBlobURL = mediaBlobURL;
     auth_ContentItemsView.TimeUnitID = timeUnitID;
     auth_ContentItemsView.LicenseTypeID = licenseTypeID;
     auth_ContentItemsView.UniqueID = uniqueID;
     return auth_ContentItemsView;
 }