/// <summary>
 /// Create a new T_AisLog object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 public static T_AisLog CreateT_AisLog(global::System.Int32 id)
 {
     T_AisLog t_AisLog = new T_AisLog();
     t_AisLog.Id = id;
     return t_AisLog;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the T_AisLog EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToT_AisLog(T_AisLog t_AisLog)
 {
     base.AddObject("T_AisLog", t_AisLog);
 }