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