Example #1
0
 /// <summary>
 /// Create a new Prod_ThresholdView object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="threshold">Initial value of the Threshold property.</param>
 /// <param name="timeunit">Initial value of the Timeunit property.</param>
 /// <param name="uRL">Initial value of the URL property.</param>
 /// <param name="thresholdViewID">Initial value of the ThresholdViewID property.</param>
 public static Prod_ThresholdView CreateProd_ThresholdView(global::System.Guid id, global::System.String threshold, global::System.String timeunit, global::System.String uRL, global::System.Guid thresholdViewID)
 {
     Prod_ThresholdView prod_ThresholdView = new Prod_ThresholdView();
     prod_ThresholdView.ID = id;
     prod_ThresholdView.Threshold = threshold;
     prod_ThresholdView.Timeunit = timeunit;
     prod_ThresholdView.URL = uRL;
     prod_ThresholdView.ThresholdViewID = thresholdViewID;
     return prod_ThresholdView;
 }
Example #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Prod_ThresholdView EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToProd_ThresholdView(Prod_ThresholdView prod_ThresholdView)
 {
     base.AddObject("Prod_ThresholdView", prod_ThresholdView);
 }