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