Example #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the ImportGruppenlisten EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToImportGruppenlisten(ImportGruppenliste importGruppenliste)
 {
     base.AddObject("ImportGruppenlisten", importGruppenliste);
 }
Example #2
0
 /// <summary>
 /// Create a new ImportGruppenliste object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="importiert">Initial value of the Importiert property.</param>
 public static ImportGruppenliste CreateImportGruppenliste(global::System.Int32 id, global::System.Boolean importiert)
 {
     ImportGruppenliste importGruppenliste = new ImportGruppenliste();
     importGruppenliste.ID = id;
     importGruppenliste.Importiert = importiert;
     return importGruppenliste;
 }