/// <summary> /// Deprecated Method for adding a new object to the TaskTags EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToTaskTags(TaskTag taskTag) { base.AddObject("TaskTags", taskTag); }
/// <summary> /// Create a new TaskTag object. /// </summary> /// <param name="id">Initial value of the ID property.</param> /// <param name="taskID">Initial value of the TaskID property.</param> /// <param name="tagID">Initial value of the TagID property.</param> public static TaskTag CreateTaskTag(global::System.Guid id, global::System.Guid taskID, global::System.Guid tagID) { TaskTag taskTag = new TaskTag(); taskTag.ID = id; taskTag.TaskID = taskID; taskTag.TagID = tagID; return taskTag; }