/// <summary> /// Create a new ReportedBuilding object. /// </summary> /// <param name="reportedBuildingId">Initial value of the ReportedBuildingId property.</param> /// <param name="buildingId">Initial value of the BuildingId property.</param> /// <param name="reportContent">Initial value of the ReportContent property.</param> public static ReportedBuilding CreateReportedBuilding(global::System.Int32 reportedBuildingId, global::System.Int64 buildingId, global::System.String reportContent) { ReportedBuilding reportedBuilding = new ReportedBuilding(); reportedBuilding.ReportedBuildingId = reportedBuildingId; reportedBuilding.BuildingId = buildingId; reportedBuilding.ReportContent = reportContent; return reportedBuilding; }
/// <summary> /// Deprecated Method for adding a new object to the ReportedBuildings EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToReportedBuildings(ReportedBuilding reportedBuilding) { base.AddObject("ReportedBuildings", reportedBuilding); }