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