Exemplo n.º 1
0
 /// <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;
 }
Exemplo n.º 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the tarefa EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTotarefa(tarefa tarefa)
 {
     base.AddObject("tarefa", tarefa);
 }