/// <summary>
 /// Deprecated Method for adding a new object to the editor_watch_preferences EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToeditor_watch_preferences(editor_watch_preferences editor_watch_preferences)
 {
     base.AddObject("editor_watch_preferences", editor_watch_preferences);
 }
 /// <summary>
 /// Create a new editor_watch_preferences object.
 /// </summary>
 /// <param name="editor">Initial value of the editor property.</param>
 /// <param name="notify_via_email">Initial value of the notify_via_email property.</param>
 /// <param name="notification_timeframe">Initial value of the notification_timeframe property.</param>
 /// <param name="last_checked">Initial value of the last_checked property.</param>
 public static editor_watch_preferences Createeditor_watch_preferences(global::System.Int32 editor, global::System.Boolean notify_via_email, global::System.String notification_timeframe, global::System.DateTimeOffset last_checked)
 {
     editor_watch_preferences editor_watch_preferences = new editor_watch_preferences();
     editor_watch_preferences.editor = editor;
     editor_watch_preferences.notify_via_email = notify_via_email;
     editor_watch_preferences.notification_timeframe = notification_timeframe;
     editor_watch_preferences.last_checked = last_checked;
     return editor_watch_preferences;
 }