Пример #1
0
 /// <summary>
 /// Create a new Sites object.
 /// </summary>
 /// <param name="siteId">Initial value of the SiteId property.</param>
 public static Sites CreateSites(global::System.Int32 siteId)
 {
     Sites sites = new Sites();
     sites.SiteId = siteId;
     return sites;
 }
Пример #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Sites EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToSites(Sites sites)
 {
     base.AddObject("Sites", sites);
 }