/// <summary> /// Deprecated Method for adding a new object to the HR_Emp_Users EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToHR_Emp_Users(HR_Emp_Users hR_Emp_Users) { base.AddObject("HR_Emp_Users", hR_Emp_Users); }
/// <summary> /// Create a new HR_Emp_Users object. /// </summary> /// <param name="userGuid">Initial value of the UserGuid property.</param> /// <param name="userName">Initial value of the UserName property.</param> /// <param name="password">Initial value of the Password property.</param> /// <param name="hashKey">Initial value of the HashKey property.</param> /// <param name="employeeNumber">Initial value of the EmployeeNumber property.</param> /// <param name="dateEntered">Initial value of the DateEntered property.</param> /// <param name="createdBy">Initial value of the CreatedBy property.</param> /// <param name="modifiedUserID">Initial value of the ModifiedUserID property.</param> /// <param name="isActive">Initial value of the IsActive property.</param> public static HR_Emp_Users CreateHR_Emp_Users(global::System.Guid userGuid, global::System.String userName, global::System.String password, global::System.String hashKey, global::System.Int64 employeeNumber, global::System.DateTime dateEntered, global::System.String createdBy, global::System.String modifiedUserID, global::System.String isActive) { HR_Emp_Users hR_Emp_Users = new HR_Emp_Users(); hR_Emp_Users.UserGuid = userGuid; hR_Emp_Users.UserName = userName; hR_Emp_Users.Password = password; hR_Emp_Users.HashKey = hashKey; hR_Emp_Users.EmployeeNumber = employeeNumber; hR_Emp_Users.DateEntered = dateEntered; hR_Emp_Users.CreatedBy = createdBy; hR_Emp_Users.ModifiedUserID = modifiedUserID; hR_Emp_Users.IsActive = isActive; return hR_Emp_Users; }