/// <summary> /// Deprecated Method for adding a new object to the TEST01 EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToTEST01(TEST01 tEST01) { base.AddObject("TEST01", tEST01); }
/// <summary> /// Create a new TEST01 object. /// </summary> /// <param name="id">Initial value of the ID property.</param> /// <param name="vitality">Initial value of the Vitality property.</param> /// <param name="time">Initial value of the Time property.</param> /// <param name="strike">Initial value of the Strike property.</param> /// <param name="price">Initial value of the Price property.</param> public static TEST01 CreateTEST01(global::System.Int32 id, global::System.Double vitality, global::System.Double time, global::System.Double strike, global::System.Double price) { TEST01 tEST01 = new TEST01(); tEST01.ID = id; tEST01.Vitality = vitality; tEST01.Time = time; tEST01.Strike = strike; tEST01.Price = price; return tEST01; }