/// <summary> /// Create a new UserTipsStatus object. /// </summary> /// <param name="uts_id">Initial value of the uts_id property.</param> /// <param name="uts_tip_id">Initial value of the uts_tip_id property.</param> /// <param name="uts_username">Initial value of the uts_username property.</param> /// <param name="uts_viewed_times">Initial value of the uts_viewed_times property.</param> /// <param name="uts_is_blocked">Initial value of the uts_is_blocked property.</param> /// <param name="uts_last_viewed_date">Initial value of the uts_last_viewed_date property.</param> public static UserTipsStatus CreateUserTipsStatus(global::System.Int32 uts_id, global::System.Int32 uts_tip_id, global::System.String uts_username, global::System.Int32 uts_viewed_times, global::System.Boolean uts_is_blocked, global::System.DateTime uts_last_viewed_date) { UserTipsStatus userTipsStatus = new UserTipsStatus(); userTipsStatus.uts_id = uts_id; userTipsStatus.uts_tip_id = uts_tip_id; userTipsStatus.uts_username = uts_username; userTipsStatus.uts_viewed_times = uts_viewed_times; userTipsStatus.uts_is_blocked = uts_is_blocked; userTipsStatus.uts_last_viewed_date = uts_last_viewed_date; return userTipsStatus; }
/// <summary> /// Deprecated Method for adding a new object to the UserTipsStatus EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToUserTipsStatus(UserTipsStatus userTipsStatus) { base.AddObject("UserTipsStatus", userTipsStatus); }