/// <summary> /// Create a new DirUser object. /// </summary> /// <param name="user_id">Initial value of the user_id property.</param> /// <param name="dir_id">Initial value of the dir_id property.</param> /// <param name="right_id">Initial value of the right_id property.</param> public static DirUser CreateDirUser(global::System.Int32 user_id, global::System.Int32 dir_id, global::System.Int32 right_id) { DirUser dirUser = new DirUser(); dirUser.user_id = user_id; dirUser.dir_id = dir_id; dirUser.right_id = right_id; return dirUser; }
/// <summary> /// Deprecated Method for adding a new object to the DirUsers EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToDirUsers(DirUser dirUser) { base.AddObject("DirUsers", dirUser); }