/// <summary>
        /// Create a new peopleLogon object.
        /// </summary>
        /// <param name="peopleLogonID">Initial value of the peopleLogonID property.</param>
        /// <param name="peopleID">Initial value of the peopleID property.</param>
        /// <param name="recCreationDate">Initial value of the recCreationDate property.</param>
        public static peopleLogon CreatepeopleLogon(global::System.Int32 peopleLogonID, global::System.Int32 peopleID, global::System.DateTime recCreationDate)
        {
            peopleLogon peopleLogon = new peopleLogon();

            peopleLogon.peopleLogonID   = peopleLogonID;
            peopleLogon.peopleID        = peopleID;
            peopleLogon.recCreationDate = recCreationDate;
            return(peopleLogon);
        }
 /// <summary>
 /// Create a new peopleLogon object.
 /// </summary>
 /// <param name="peopleLogonID">Initial value of the peopleLogonID property.</param>
 /// <param name="peopleID">Initial value of the peopleID property.</param>
 /// <param name="recCreationDate">Initial value of the recCreationDate property.</param>
 public static peopleLogon CreatepeopleLogon(global::System.Int32 peopleLogonID, global::System.Int32 peopleID, global::System.DateTime recCreationDate)
 {
     peopleLogon peopleLogon = new peopleLogon();
     peopleLogon.peopleLogonID = peopleLogonID;
     peopleLogon.peopleID = peopleID;
     peopleLogon.recCreationDate = recCreationDate;
     return peopleLogon;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the peopleLogons EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTopeopleLogons(peopleLogon peopleLogon)
 {
     base.AddObject("peopleLogons", peopleLogon);
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the peopleLogons EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTopeopleLogons(peopleLogon peopleLogon)
 {
     base.AddObject("peopleLogons", peopleLogon);
 }