/// <summary> /// Deprecated Method for adding a new object to the CollectMoneys EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToCollectMoneys(CollectMoney collectMoney) { base.AddObject("CollectMoneys", collectMoney); }
/// <summary> /// Create a new CollectMoney object. /// </summary> /// <param name="id">Initial value of the Id property.</param> public static CollectMoney CreateCollectMoney(global::System.Int32 id) { CollectMoney collectMoney = new CollectMoney(); collectMoney.Id = id; return collectMoney; }