Ejemplo n.º 1
0
 /// <summary>
 /// Create a new map object.
 /// </summary>
 /// <param name="old">Initial value of the old property.</param>
 /// <param name="new">Initial value of the new property.</param>
 public static map Createmap(global::System.Int64 old, global::System.Int64 @new)
 {
     map map = new map();
     map.old = old;
     map.@new = @new;
     return map;
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the maps EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTomaps(map map)
 {
     base.AddObject("maps", map);
 }