/// <summary>
 /// Deprecated Method for adding a new object to the editor_subscribe_editor EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToeditor_subscribe_editor(editor_subscribe_editor editor_subscribe_editor)
 {
     base.AddObject("editor_subscribe_editor", editor_subscribe_editor);
 }
 /// <summary>
 /// Create a new editor_subscribe_editor object.
 /// </summary>
 /// <param name="id">Initial value of the id property.</param>
 /// <param name="editor">Initial value of the editor property.</param>
 /// <param name="subscribed_editor">Initial value of the subscribed_editor property.</param>
 /// <param name="last_edit_sent">Initial value of the last_edit_sent property.</param>
 public static editor_subscribe_editor Createeditor_subscribe_editor(global::System.Int32 id, global::System.Int32 editor, global::System.Int32 subscribed_editor, global::System.Int32 last_edit_sent)
 {
     editor_subscribe_editor editor_subscribe_editor = new editor_subscribe_editor();
     editor_subscribe_editor.id = id;
     editor_subscribe_editor.editor = editor;
     editor_subscribe_editor.subscribed_editor = subscribed_editor;
     editor_subscribe_editor.last_edit_sent = last_edit_sent;
     return editor_subscribe_editor;
 }