/// <summary> /// Deprecated Method for adding a new object to the Kites EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToKites(Kite kite) { base.AddObject("Kites", kite); }
/// <summary> /// Create a new Kite object. /// </summary> /// <param name="kiteId">Initial value of the KiteId property.</param> /// <param name="kiteName">Initial value of the KiteName property.</param> public static Kite CreateKite(global::System.Int32 kiteId, global::System.String kiteName) { Kite kite = new Kite(); kite.KiteId = kiteId; kite.KiteName = kiteName; return kite; }