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