コード例 #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the hs_hr_users EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTohs_hr_users(hs_hr_users hs_hr_users)
 {
     base.AddObject("hs_hr_users", hs_hr_users);
 }
コード例 #2
0
 /// <summary>
 /// Create a new hs_hr_users object.
 /// </summary>
 /// <param name="id">Initial value of the id property.</param>
 /// <param name="deleted">Initial value of the deleted property.</param>
 public static hs_hr_users Createhs_hr_users(global::System.String id, global::System.Boolean deleted)
 {
     hs_hr_users hs_hr_users = new hs_hr_users();
     hs_hr_users.id = id;
     hs_hr_users.deleted = deleted;
     return hs_hr_users;
 }