コード例 #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the editor_subscribe_label EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToeditor_subscribe_label(editor_subscribe_label editor_subscribe_label)
 {
     base.AddObject("editor_subscribe_label", editor_subscribe_label);
 }
コード例 #2
0
 /// <summary>
 /// Create a new editor_subscribe_label object.
 /// </summary>
 /// <param name="id">Initial value of the id property.</param>
 /// <param name="editor">Initial value of the editor property.</param>
 /// <param name="label">Initial value of the label 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_label Createeditor_subscribe_label(global::System.Int32 id, global::System.Int32 editor, global::System.Int32 label, global::System.Int32 last_edit_sent, global::System.Int32 deleted_by_edit, global::System.Int32 merged_by_edit)
 {
     editor_subscribe_label editor_subscribe_label = new editor_subscribe_label();
     editor_subscribe_label.id = id;
     editor_subscribe_label.editor = editor;
     editor_subscribe_label.label = label;
     editor_subscribe_label.last_edit_sent = last_edit_sent;
     editor_subscribe_label.deleted_by_edit = deleted_by_edit;
     editor_subscribe_label.merged_by_edit = merged_by_edit;
     return editor_subscribe_label;
 }