Example #1
0
 /// <summary>
 /// Create a new City object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="name">Initial value of the Name property.</param>
 /// <param name="urlId">Initial value of the UrlId property.</param>
 public static City CreateCity(global::System.Guid id, global::System.String name, global::System.String urlId)
 {
     City city = new City();
     city.Id = id;
     city.Name = name;
     city.UrlId = urlId;
     return city;
 }
Example #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Cities EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToCities(City city)
 {
     base.AddObject("Cities", city);
 }