Ejemplo n.º 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Staging_ThresholdView EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToStaging_ThresholdView(Staging_ThresholdView staging_ThresholdView)
 {
     base.AddObject("Staging_ThresholdView", staging_ThresholdView);
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Create a new Staging_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 Staging_ThresholdView CreateStaging_ThresholdView(global::System.Guid id, global::System.String threshold, global::System.String timeunit, global::System.String uRL, global::System.Guid thresholdViewID)
 {
     Staging_ThresholdView staging_ThresholdView = new Staging_ThresholdView();
     staging_ThresholdView.ID = id;
     staging_ThresholdView.Threshold = threshold;
     staging_ThresholdView.Timeunit = timeunit;
     staging_ThresholdView.URL = uRL;
     staging_ThresholdView.ThresholdViewID = thresholdViewID;
     return staging_ThresholdView;
 }