/// <summary>
 /// Create a new PkgGuide object.
 /// </summary>
 /// <param name="guideID">Initial value of the GuideID property.</param>
 /// <param name="createTime">Initial value of the CreateTime property.</param>
 /// <param name="modifyTime">Initial value of the ModifyTime property.</param>
 public static PkgGuide CreatePkgGuide(global::System.Int32 guideID, global::System.DateTime createTime, global::System.DateTime modifyTime)
 {
     PkgGuide pkgGuide = new PkgGuide();
     pkgGuide.GuideID = guideID;
     pkgGuide.CreateTime = createTime;
     pkgGuide.ModifyTime = modifyTime;
     return pkgGuide;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the PkgGuide EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToPkgGuide(PkgGuide pkgGuide)
 {
     base.AddObject("PkgGuide", pkgGuide);
 }