/// <summary>
 /// Create a new GoogleUserAccoutInfo object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="authenticationCode">Initial value of the AuthenticationCode property.</param>
 /// <param name="refreshToken">Initial value of the RefreshToken property.</param>
 /// <param name="practiceId">Initial value of the PracticeId property.</param>
 /// <param name="name">Initial value of the Name property.</param>
 /// <param name="email">Initial value of the Email property.</param>
 /// <param name="personId">Initial value of the PersonId property.</param>
 public static GoogleUserAccoutInfo CreateGoogleUserAccoutInfo(global::System.Int32 id, global::System.String authenticationCode, global::System.String refreshToken, global::System.Int32 practiceId, global::System.String name, global::System.String email, global::System.Int32 personId)
 {
     GoogleUserAccoutInfo googleUserAccoutInfo = new GoogleUserAccoutInfo();
     googleUserAccoutInfo.Id = id;
     googleUserAccoutInfo.AuthenticationCode = authenticationCode;
     googleUserAccoutInfo.RefreshToken = refreshToken;
     googleUserAccoutInfo.PracticeId = practiceId;
     googleUserAccoutInfo.Name = name;
     googleUserAccoutInfo.Email = email;
     googleUserAccoutInfo.PersonId = personId;
     return googleUserAccoutInfo;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the GoogleUserAccoutInfoes EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToGoogleUserAccoutInfoes(GoogleUserAccoutInfo googleUserAccoutInfo)
 {
     base.AddObject("GoogleUserAccoutInfoes", googleUserAccoutInfo);
 }