/// <summary> /// Create a new ReportStatus object. /// </summary> /// <param name="reportStatusID">Initial value of the ReportStatusID property.</param> /// <param name="name">Initial value of the Name property.</param> public static ReportStatus CreateReportStatus(global::System.Int32 reportStatusID, global::System.String name) { ReportStatus reportStatus = new ReportStatus(); reportStatus.ReportStatusID = reportStatusID; reportStatus.Name = name; return reportStatus; }
/// <summary> /// Deprecated Method for adding a new object to the ReportStatus1 EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToReportStatus1(ReportStatus reportStatus) { base.AddObject("ReportStatus1", reportStatus); }