/// <summary>
 /// Create a new Allolog object.
 /// </summary>
 /// <param name="allolog_id">Initial value of the Allolog_id property.</param>
 /// <param name="allolog_name">Initial value of the Allolog_name property.</param>
 /// <param name="word_id">Initial value of the Word_id property.</param>
 /// <param name="system_InsDT">Initial value of the System_InsDT property.</param>
 public static Allolog CreateAllolog(global::System.Int64 allolog_id, global::System.String allolog_name, global::System.Int64 word_id, global::System.DateTime system_InsDT)
 {
     Allolog allolog = new Allolog();
     allolog.Allolog_id = allolog_id;
     allolog.Allolog_name = allolog_name;
     allolog.Word_id = word_id;
     allolog.System_InsDT = system_InsDT;
     return allolog;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the Allolog EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToAllolog(Allolog allolog)
 {
     base.AddObject("Allolog", allolog);
 }