Beispiel #1
0
 /// <summary>
 /// Create a new T_Project object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="name">Initial value of the name property.</param>
 /// <param name="version">Initial value of the version property.</param>
 /// <param name="startDate">Initial value of the startDate property.</param>
 public static T_Project CreateT_Project(global::System.Int64 id, global::System.String name, global::System.Double version, global::System.DateTime startDate)
 {
     T_Project t_Project = new T_Project();
     t_Project.Id = id;
     t_Project.name = name;
     t_Project.version = version;
     t_Project.startDate = startDate;
     return t_Project;
 }
Beispiel #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the T_Project EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToT_Project(T_Project t_Project)
 {
     base.AddObject("T_Project", t_Project);
 }
 partial void UpdateT_Project(T_Project instance);
 partial void DeleteT_Project(T_Project instance);
 partial void InsertT_Project(T_Project instance);