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