Exemple #1
0
 /// <summary>
 /// Create a new Expediente object.
 /// </summary>
 /// <param name="id_expediente">Initial value of the id_expediente property.</param>
 public static Expediente CreateExpediente(global::System.Decimal id_expediente)
 {
     Expediente expediente = new Expediente();
     expediente.id_expediente = id_expediente;
     return expediente;
 }
Exemple #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Expedientes EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToExpedientes(Expediente expediente)
 {
     base.AddObject("Expedientes", expediente);
 }