/// <summary>
 /// Create a new PageModules object.
 /// </summary>
 /// <param name="pageID">Initial value of the PageID property.</param>
 /// <param name="moduleID">Initial value of the ModuleID property.</param>
 /// <param name="paneName">Initial value of the PaneName property.</param>
 /// <param name="moduleOrder">Initial value of the ModuleOrder property.</param>
 /// <param name="publishBeginDate">Initial value of the PublishBeginDate property.</param>
 public static PageModules CreatePageModules(global::System.Int32 pageID, global::System.Int32 moduleID, global::System.String paneName, global::System.Int32 moduleOrder, global::System.DateTime publishBeginDate)
 {
     PageModules pageModules = new PageModules();
     pageModules.PageID = pageID;
     pageModules.ModuleID = moduleID;
     pageModules.PaneName = paneName;
     pageModules.ModuleOrder = moduleOrder;
     pageModules.PublishBeginDate = publishBeginDate;
     return pageModules;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the PageModules EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToPageModules(PageModules pageModules)
 {
     base.AddObject("PageModules", pageModules);
 }