Beispiel #1
0
 /// <summary>
 /// Create a new T_Bug object.
 /// </summary>
 /// <param name="id">Initial value of the id property.</param>
 /// <param name="title">Initial value of the title property.</param>
 /// <param name="createDate">Initial value of the CreateDate property.</param>
 public static T_Bug CreateT_Bug(global::System.Int64 id, global::System.String title, global::System.DateTime createDate)
 {
     T_Bug t_Bug = new T_Bug();
     t_Bug.id = id;
     t_Bug.title = title;
     t_Bug.CreateDate = createDate;
     return t_Bug;
 }
Beispiel #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the T_Bug EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToT_Bug(T_Bug t_Bug)
 {
     base.AddObject("T_Bug", t_Bug);
 }