Exemplo n.º 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the ROandFenotypes EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToROandFenotypes(ROandFenotype rOandFenotype)
 {
     base.AddObject("ROandFenotypes", rOandFenotype);
 }
Exemplo n.º 2
0
 /// <summary>
 /// Create a new ROandFenotype object.
 /// </summary>
 /// <param name="fenotypeID">Initial value of the FenotypeID property.</param>
 /// <param name="rOID">Initial value of the ROID property.</param>
 /// <param name="rOandFenotypeID">Initial value of the ROandFenotypeID property.</param>
 public static ROandFenotype CreateROandFenotype(global::System.Int32 fenotypeID, global::System.Int32 rOID, global::System.Int32 rOandFenotypeID)
 {
     ROandFenotype rOandFenotype = new ROandFenotype();
     rOandFenotype.FenotypeID = fenotypeID;
     rOandFenotype.ROID = rOID;
     rOandFenotype.ROandFenotypeID = rOandFenotypeID;
     return rOandFenotype;
 }