Пример #1
0
 /// <summary>
 /// Create a new edit_note object.
 /// </summary>
 /// <param name="id">Initial value of the id property.</param>
 /// <param name="editor">Initial value of the editor property.</param>
 /// <param name="edit">Initial value of the edit property.</param>
 /// <param name="text">Initial value of the text property.</param>
 public static edit_note Createedit_note(global::System.Int32 id, global::System.Int32 editor, global::System.Int32 edit, global::System.String text)
 {
     edit_note edit_note = new edit_note();
     edit_note.id = id;
     edit_note.editor = editor;
     edit_note.edit = edit;
     edit_note.text = text;
     return edit_note;
 }
Пример #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the edit_note EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToedit_note(edit_note edit_note)
 {
     base.AddObject("edit_note", edit_note);
 }