Ejemplo n.º 1
0
 /// <summary>
 /// Creare un nuovo oggetto Certificazione.
 /// </summary>
 /// <param name="id">Valore iniziale della proprietà id.</param>
 public static Certificazione CreateCertificazione(global::System.Int32 id)
 {
     Certificazione certificazione = new Certificazione();
     certificazione.id = id;
     return certificazione;
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Metodo deprecato per l'aggiunta di un nuovo oggetto all'elemento EntitySet Certificazione. Utilizzare il metodo .Add della proprietà associata ObjectSet&lt;T&gt;.
 /// </summary>
 public void AddToCertificazione(Certificazione certificazione)
 {
     base.AddObject("Certificazione", certificazione);
 }