Example #1
0
 /// <summary>
 /// Create a new t_Flugzeug object.
 /// </summary>
 /// <param name="id">Initial value of ID.</param>
 public static t_Flugzeug Createt_Flugzeug(int id)
 {
     t_Flugzeug t_Flugzeug = new t_Flugzeug();
     t_Flugzeug.ID = id;
     return t_Flugzeug;
 }
Example #2
0
 /// <summary>
 /// There are no comments for t_Flugzeug in the schema.
 /// </summary>
 public void AddTot_Flugzeug(t_Flugzeug t_Flugzeug)
 {
     base.AddObject("t_Flugzeug", t_Flugzeug);
 }