Inheritance: System.Data.Objects.DataClasses.EntityObject
 /// <summary>
 /// Erstellt ein neues VoxalotMigration-Objekt.
 /// </summary>
 /// <param name="id">Anfangswert der Eigenschaft ID.</param>
 /// <param name="fullName">Anfangswert der Eigenschaft FullName.</param>
 /// <param name="emailAddress">Anfangswert der Eigenschaft EmailAddress.</param>
 /// <param name="voxalotAccountNumber">Anfangswert der Eigenschaft VoxalotAccountNumber.</param>
 /// <param name="voxalotAccountType">Anfangswert der Eigenschaft VoxalotAccountType.</param>
 /// <param name="voxalotExport">Anfangswert der Eigenschaft VoxalotExport.</param>
 /// <param name="inserted">Anfangswert der Eigenschaft Inserted.</param>
 public static VoxalotMigration CreateVoxalotMigration(global::System.String id, global::System.String fullName, global::System.String emailAddress, global::System.String voxalotAccountNumber, global::System.String voxalotAccountType, global::System.String voxalotExport, global::System.String inserted)
 {
     VoxalotMigration voxalotMigration = new VoxalotMigration();
     voxalotMigration.ID = id;
     voxalotMigration.FullName = fullName;
     voxalotMigration.EmailAddress = emailAddress;
     voxalotMigration.VoxalotAccountNumber = voxalotAccountNumber;
     voxalotMigration.VoxalotAccountType = voxalotAccountType;
     voxalotMigration.VoxalotExport = voxalotExport;
     voxalotMigration.Inserted = inserted;
     return voxalotMigration;
 }
 /// <summary>
 /// Veraltete Methode zum Hinzufügen eines neuen Objekts zum EntitySet 'VoxalotMigrations1'. Verwenden Sie stattdessen die Methode '.Add' der zugeordneten Eigenschaft 'ObjectSet&lt;T&gt;'.
 /// </summary>
 public void AddToVoxalotMigrations1(VoxalotMigration voxalotMigration)
 {
     base.AddObject("VoxalotMigrations1", voxalotMigration);
 }