/// <summary> /// Create a new Alelo object. /// </summary> /// <param name="idalelo">Initial value of the idalelo property.</param> /// <param name="idlocus">Initial value of the idlocus property.</param> /// <param name="numeroAlelo">Initial value of the numeroAlelo property.</param> public static Alelo CreateAlelo(global::System.Int32 idalelo, global::System.String idlocus, global::System.Int32 numeroAlelo) { Alelo alelo = new Alelo(); alelo.idalelo = idalelo; alelo.idlocus = idlocus; alelo.numeroAlelo = numeroAlelo; return alelo; }
/// <summary> /// Deprecated Method for adding a new object to the Aleloes EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToAleloes(Alelo alelo) { base.AddObject("Aleloes", alelo); }