예제 #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the SiteMaps EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToSiteMaps(SiteMap siteMap)
 {
     base.AddObject("SiteMaps", siteMap);
 }
예제 #2
0
 /// <summary>
 /// Create a new SiteMap object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 public static SiteMap CreateSiteMap(global::System.Int32 id)
 {
     SiteMap siteMap = new SiteMap();
     siteMap.ID = id;
     return siteMap;
 }