コード例 #1
0
 public static TarefasPrioridadeValue CreateTarefasPrioridadeValue(string value)
 {
     TarefasPrioridadeValue tarefasPrioridadeValue = new TarefasPrioridadeValue();
     tarefasPrioridadeValue.Value = value;
     return tarefasPrioridadeValue;
 }
コード例 #2
0
 public void AddToTarefasPrioridade(TarefasPrioridadeValue tarefasPrioridadeValue)
 {
     base.AddObject("TarefasPrioridade", tarefasPrioridadeValue);
 }