/// <summary> /// Create a new ReportedToInsurerMaster object. /// </summary> /// <param name="reportedToInsurerId">Initial value of the ReportedToInsurerId property.</param> public static ReportedToInsurerMaster CreateReportedToInsurerMaster(global::System.Int32 reportedToInsurerId) { ReportedToInsurerMaster reportedToInsurerMaster = new ReportedToInsurerMaster(); reportedToInsurerMaster.ReportedToInsurerId = reportedToInsurerId; return reportedToInsurerMaster; }
/// <summary> /// Deprecated Method for adding a new object to the ReportedToInsurerMasters EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToReportedToInsurerMasters(ReportedToInsurerMaster reportedToInsurerMaster) { base.AddObject("ReportedToInsurerMasters", reportedToInsurerMaster); }