Esempio n. 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the TagToPlace EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToTagToPlace(TagToPlace tagToPlace)
 {
     base.AddObject("TagToPlace", tagToPlace);
 }
Esempio n. 2
0
 /// <summary>
 /// Create a new TagToPlace object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 public static TagToPlace CreateTagToPlace(global::System.Int32 id)
 {
     TagToPlace tagToPlace = new TagToPlace();
     tagToPlace.Id = id;
     return tagToPlace;
 }