示例#1
0
 /// <summary>
 /// Create a new tbl_SiteMap object.
 /// </summary>
 /// <param name="siteMapID">Initial value of the SiteMapID property.</param>
 /// <param name="sM_ParentID">Initial value of the SM_ParentID property.</param>
 /// <param name="sM_LanguageID">Initial value of the SM_LanguageID property.</param>
 /// <param name="sM_Name">Initial value of the SM_Name property.</param>
 /// <param name="sM_Deleted">Initial value of the SM_Deleted property.</param>
 /// <param name="sM_Live">Initial value of the SM_Live property.</param>
 /// <param name="sM_News">Initial value of the SM_News property.</param>
 /// <param name="sM_MenuID">Initial value of the SM_MenuID property.</param>
 /// <param name="sM_RequiresApproval">Initial value of the SM_RequiresApproval property.</param>
 /// <param name="sM_Menu">Initial value of the SM_Menu property.</param>
 /// <param name="sM_Footer">Initial value of the SM_Footer property.</param>
 /// <param name="sM_DomainID">Initial value of the SM_DomainID property.</param>
 /// <param name="sM_Sitemap">Initial value of the SM_Sitemap property.</param>
 /// <param name="sM_ContentTypeID">Initial value of the SM_ContentTypeID property.</param>
 /// <param name="sM_IsPredefined">Initial value of the SM_IsPredefined property.</param>
 /// <param name="sM_MenuDisplayTypeID">Initial value of the SM_MenuDisplayTypeID property.</param>
 public static tbl_SiteMap Createtbl_SiteMap(global::System.Int32 siteMapID, global::System.Int32 sM_ParentID, global::System.Int32 sM_LanguageID, global::System.String sM_Name, global::System.Boolean sM_Deleted, global::System.Boolean sM_Live, global::System.Boolean sM_News, global::System.Int32 sM_MenuID, global::System.Boolean sM_RequiresApproval, global::System.Boolean sM_Menu, global::System.Boolean sM_Footer, global::System.Int32 sM_DomainID, global::System.Boolean sM_Sitemap, global::System.Int32 sM_ContentTypeID, global::System.Boolean sM_IsPredefined, global::System.Int32 sM_MenuDisplayTypeID)
 {
     tbl_SiteMap tbl_SiteMap = new tbl_SiteMap();
     tbl_SiteMap.SiteMapID = siteMapID;
     tbl_SiteMap.SM_ParentID = sM_ParentID;
     tbl_SiteMap.SM_LanguageID = sM_LanguageID;
     tbl_SiteMap.SM_Name = sM_Name;
     tbl_SiteMap.SM_Deleted = sM_Deleted;
     tbl_SiteMap.SM_Live = sM_Live;
     tbl_SiteMap.SM_News = sM_News;
     tbl_SiteMap.SM_MenuID = sM_MenuID;
     tbl_SiteMap.SM_RequiresApproval = sM_RequiresApproval;
     tbl_SiteMap.SM_Menu = sM_Menu;
     tbl_SiteMap.SM_Footer = sM_Footer;
     tbl_SiteMap.SM_DomainID = sM_DomainID;
     tbl_SiteMap.SM_Sitemap = sM_Sitemap;
     tbl_SiteMap.SM_ContentTypeID = sM_ContentTypeID;
     tbl_SiteMap.SM_IsPredefined = sM_IsPredefined;
     tbl_SiteMap.SM_MenuDisplayTypeID = sM_MenuDisplayTypeID;
     return tbl_SiteMap;
 }
示例#2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the tbl_SiteMap EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTotbl_SiteMap(tbl_SiteMap tbl_SiteMap)
 {
     base.AddObject("tbl_SiteMap", tbl_SiteMap);
 }