/// <summary>
 /// Create a new TaskReminderMaster object.
 /// </summary>
 /// <param name="taskReminderID">Initial value of the TaskReminderID property.</param>
 /// <param name="description">Initial value of the Description property.</param>
 /// <param name="interval">Initial value of the Interval property.</param>
 /// <param name="isActive">Initial value of the IsActive property.</param>
 public static TaskReminderMaster CreateTaskReminderMaster(global::System.Int32 taskReminderID, global::System.String description, global::System.Int32 interval, global::System.Boolean isActive)
 {
     TaskReminderMaster taskReminderMaster = new TaskReminderMaster();
     taskReminderMaster.TaskReminderID = taskReminderID;
     taskReminderMaster.Description = description;
     taskReminderMaster.Interval = interval;
     taskReminderMaster.IsActive = isActive;
     return taskReminderMaster;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the TaskReminderMasters EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToTaskReminderMasters(TaskReminderMaster taskReminderMaster)
 {
     base.AddObject("TaskReminderMasters", taskReminderMaster);
 }