/// <summary>
 /// Deprecated Method for adding a new object to the ContactList_UserCache EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToContactList_UserCache(ContactList_UserCache contactList_UserCache)
 {
     base.AddObject("ContactList_UserCache", contactList_UserCache);
 }
 /// <summary>
 /// Create a new ContactList_UserCache object.
 /// </summary>
 /// <param name="userId">Initial value of the UserId property.</param>
 /// <param name="userName">Initial value of the UserName property.</param>
 /// <param name="loweredEmail">Initial value of the LoweredEmail property.</param>
 /// <param name="loweredApplicationName">Initial value of the LoweredApplicationName property.</param>
 public static ContactList_UserCache CreateContactList_UserCache(global::System.Guid userId, global::System.String userName, global::System.String loweredEmail, global::System.String loweredApplicationName)
 {
     ContactList_UserCache contactList_UserCache = new ContactList_UserCache();
     contactList_UserCache.UserId = userId;
     contactList_UserCache.UserName = userName;
     contactList_UserCache.LoweredEmail = loweredEmail;
     contactList_UserCache.LoweredApplicationName = loweredApplicationName;
     return contactList_UserCache;
 }