Beispiel #1
0
 /// <summary>
 /// Create a new Spec object.
 /// </summary>
 /// <param name="cB">Initial value of the CB property.</param>
 public static Spec CreateSpec(global::System.String cB)
 {
     Spec spec = new Spec();
     spec.CB = cB;
     return spec;
 }
Beispiel #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Specs EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToSpecs(Spec spec)
 {
     base.AddObject("Specs", spec);
 }