Ejemplo n.º 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Engineers EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToEngineers(Engineer engineer)
 {
     base.AddObject("Engineers", engineer);
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Create a new Engineer object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="available">Initial value of the Available property.</param>
 public static Engineer CreateEngineer(global::System.Int32 id, global::System.Boolean available)
 {
     Engineer engineer = new Engineer();
     engineer.Id = id;
     engineer.Available = available;
     return engineer;
 }
Ejemplo n.º 3
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Engineers EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToEngineers(Engineer engineer)
 {
     base.AddObject("Engineers", engineer);
 }