/// <summary> /// Create a new TaskProcessedDataSet object. /// </summary> /// <param name="guid">Initial value of the guid property.</param> /// <param name="taskGuid">Initial value of the taskGuid property.</param> /// <param name="cmGuid">Initial value of the cmGuid property.</param> /// <param name="className">Initial value of the className property.</param> /// <param name="name">Initial value of the name property.</param> /// <param name="creation">Initial value of the creation property.</param> public static TaskProcessedDataSet CreateTaskProcessedDataSet(global::System.String guid, global::System.String taskGuid, global::System.String cmGuid, global::System.String className, global::System.String name, global::System.DateTime creation) { TaskProcessedDataSet taskProcessedDataSet = new TaskProcessedDataSet(); taskProcessedDataSet.guid = guid; taskProcessedDataSet.taskGuid = taskGuid; taskProcessedDataSet.cmGuid = cmGuid; taskProcessedDataSet.className = className; taskProcessedDataSet.name = name; taskProcessedDataSet.creation = creation; return taskProcessedDataSet; }
/// <summary> /// Deprecated Method for adding a new object to the TaskProcessedDataSet EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToTaskProcessedDataSet(TaskProcessedDataSet taskProcessedDataSet) { base.AddObject("TaskProcessedDataSet", taskProcessedDataSet); }