Exemple #1
0
 /// <summary>
 /// Create a new DeletedLocation object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="deletedOn">Initial value of the DeletedOn property.</param>
 public static DeletedLocation CreateDeletedLocation(global::System.Int64 id, global::System.DateTime deletedOn)
 {
     DeletedLocation deletedLocation = new DeletedLocation();
     deletedLocation.ID = id;
     deletedLocation.DeletedOn = deletedOn;
     return deletedLocation;
 }
Exemple #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the DeletedLocations EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToDeletedLocations(DeletedLocation deletedLocation)
 {
     base.AddObject("DeletedLocations", deletedLocation);
 }