/// <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; }
/// <summary> /// Deprecated Method for adding a new object to the DeletedLocations EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToDeletedLocations(DeletedLocation deletedLocation) { base.AddObject("DeletedLocations", deletedLocation); }