Example #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the ABi_Admin_Users EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToABi_Admin_Users(ABi_Admin_Users aBi_Admin_Users)
 {
     base.AddObject("ABi_Admin_Users", aBi_Admin_Users);
 }
Example #2
0
 /// <summary>
 /// Create a new ABi_Admin_Users object.
 /// </summary>
 /// <param name="aBi_Admin_Users_ID">Initial value of the ABi_Admin_Users_ID property.</param>
 /// <param name="username">Initial value of the Username property.</param>
 /// <param name="password">Initial value of the Password property.</param>
 /// <param name="pwdLastChanged">Initial value of the PwdLastChanged property.</param>
 /// <param name="dateCreated">Initial value of the DateCreated property.</param>
 /// <param name="dateModified">Initial value of the DateModified property.</param>
 /// <param name="status">Initial value of the Status property.</param>
 public static ABi_Admin_Users CreateABi_Admin_Users(global::System.Int32 aBi_Admin_Users_ID, global::System.String username, global::System.String password, global::System.DateTime pwdLastChanged, global::System.DateTime dateCreated, global::System.DateTime dateModified, global::System.Boolean status)
 {
     ABi_Admin_Users aBi_Admin_Users = new ABi_Admin_Users();
     aBi_Admin_Users.ABi_Admin_Users_ID = aBi_Admin_Users_ID;
     aBi_Admin_Users.Username = username;
     aBi_Admin_Users.Password = password;
     aBi_Admin_Users.PwdLastChanged = pwdLastChanged;
     aBi_Admin_Users.DateCreated = dateCreated;
     aBi_Admin_Users.DateModified = dateModified;
     aBi_Admin_Users.Status = status;
     return aBi_Admin_Users;
 }