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