/// <summary> /// Deprecated Method for adding a new object to the Layouts EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToLayouts(Layout layout) { base.AddObject("Layouts", layout); }
/// <summary> /// Create a new Layout object. /// </summary> /// <param name="layoutID">Initial value of the LayoutID property.</param> public static Layout CreateLayout(global::System.Int32 layoutID) { Layout layout = new Layout(); layout.LayoutID = layoutID; return layout; }