Esempio n. 1
0
 /// <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;
 }
Esempio n. 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the ReportedToInsurerMasters EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToReportedToInsurerMasters(ReportedToInsurerMaster reportedToInsurerMaster)
 {
     base.AddObject("ReportedToInsurerMasters", reportedToInsurerMaster);
 }