/// <summary>
 /// Create a new ChatIgnoredUsers object.
 /// </summary>
 /// <param name="cu_id">Initial value of the cu_id property.</param>
 /// <param name="ciu_ignoreduserid">Initial value of the ciu_ignoreduserid property.</param>
 /// <param name="ciu_ignoredate">Initial value of the ciu_ignoredate property.</param>
 public static ChatIgnoredUsers CreateChatIgnoredUsers(global::System.Int32 cu_id, global::System.Int32 ciu_ignoreduserid, global::System.DateTime ciu_ignoredate)
 {
     ChatIgnoredUsers chatIgnoredUsers = new ChatIgnoredUsers();
     chatIgnoredUsers.cu_id = cu_id;
     chatIgnoredUsers.ciu_ignoreduserid = ciu_ignoreduserid;
     chatIgnoredUsers.ciu_ignoredate = ciu_ignoredate;
     return chatIgnoredUsers;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the ChatIgnoredUsers EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToChatIgnoredUsers(ChatIgnoredUsers chatIgnoredUsers)
 {
     base.AddObject("ChatIgnoredUsers", chatIgnoredUsers);
 }