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