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