/// <summary>
 /// Deprecated Method for adding a new object to the wsPlanConfigToEnrollments EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTowsPlanConfigToEnrollments(wsPlanConfigToEnrollment wsPlanConfigToEnrollment)
 {
     base.AddObject("wsPlanConfigToEnrollments", wsPlanConfigToEnrollment);
 }
 /// <summary>
 /// Create a new wsPlanConfigToEnrollment object.
 /// </summary>
 /// <param name="enrollment_id">Initial value of the enrollment_id property.</param>
 /// <param name="config_id">Initial value of the config_id property.</param>
 /// <param name="isDefault">Initial value of the IsDefault property.</param>
 public static wsPlanConfigToEnrollment CreatewsPlanConfigToEnrollment(global::System.Int32 enrollment_id, global::System.Int32 config_id, global::System.Boolean isDefault)
 {
     wsPlanConfigToEnrollment wsPlanConfigToEnrollment = new wsPlanConfigToEnrollment();
     wsPlanConfigToEnrollment.enrollment_id = enrollment_id;
     wsPlanConfigToEnrollment.config_id = config_id;
     wsPlanConfigToEnrollment.IsDefault = isDefault;
     return wsPlanConfigToEnrollment;
 }