Beispiel #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the runtimes EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToruntimes(runtimes runtimes)
 {
     base.AddObject("runtimes", runtimes);
 }
Beispiel #2
0
 /// <summary>
 /// Create a new runtimes object.
 /// </summary>
 /// <param name="runtime">Initial value of the runtime property.</param>
 /// <param name="complete">Initial value of the complete property.</param>
 /// <param name="duration">Initial value of the duration property.</param>
 public static runtimes Createruntimes(global::System.DateTime runtime, global::System.Boolean complete, global::System.Int32 duration)
 {
     runtimes runtimes = new runtimes();
     runtimes.runtime = runtime;
     runtimes.complete = complete;
     runtimes.duration = duration;
     return runtimes;
 }