Exemplo n.º 1
0
 /// <summary>
 /// Create a new View_MaleInterestedInFemaleSingles object.
 /// </summary>
 /// <param name="u_username">Initial value of the u_username property.</param>
 /// <param name="u_name">Initial value of the u_name property.</param>
 /// <param name="u_gender">Initial value of the u_gender property.</param>
 /// <param name="u_birthdate">Initial value of the u_birthdate property.</param>
 /// <param name="u_usersince">Initial value of the u_usersince property.</param>
 /// <param name="u_state">Initial value of the u_state property.</param>
 /// <param name="u_city">Initial value of the u_city property.</param>
 /// <param name="u_lastonline">Initial value of the u_lastonline property.</param>
 /// <param name="u_score">Initial value of the u_score property.</param>
 /// <param name="u_credits">Initial value of the u_credits property.</param>
 /// <param name="u_profileviews">Initial value of the u_profileviews property.</param>
 /// <param name="u_paid_member">Initial value of the u_paid_member property.</param>
 /// <param name="u_email">Initial value of the u_email property.</param>
 /// <param name="u_signup_ip">Initial value of the u_signup_ip property.</param>
 public static View_MaleInterestedInFemaleSingles CreateView_MaleInterestedInFemaleSingles(global::System.String u_username, global::System.String u_name, global::System.Int32 u_gender, global::System.DateTime u_birthdate, global::System.DateTime u_usersince, global::System.String u_state, global::System.String u_city, global::System.DateTime u_lastonline, global::System.Int32 u_score, global::System.Int32 u_credits, global::System.Int32 u_profileviews, global::System.Boolean u_paid_member, global::System.String u_email, global::System.String u_signup_ip)
 {
     View_MaleInterestedInFemaleSingles view_MaleInterestedInFemaleSingles = new View_MaleInterestedInFemaleSingles();
     view_MaleInterestedInFemaleSingles.u_username = u_username;
     view_MaleInterestedInFemaleSingles.u_name = u_name;
     view_MaleInterestedInFemaleSingles.u_gender = u_gender;
     view_MaleInterestedInFemaleSingles.u_birthdate = u_birthdate;
     view_MaleInterestedInFemaleSingles.u_usersince = u_usersince;
     view_MaleInterestedInFemaleSingles.u_state = u_state;
     view_MaleInterestedInFemaleSingles.u_city = u_city;
     view_MaleInterestedInFemaleSingles.u_lastonline = u_lastonline;
     view_MaleInterestedInFemaleSingles.u_score = u_score;
     view_MaleInterestedInFemaleSingles.u_credits = u_credits;
     view_MaleInterestedInFemaleSingles.u_profileviews = u_profileviews;
     view_MaleInterestedInFemaleSingles.u_paid_member = u_paid_member;
     view_MaleInterestedInFemaleSingles.u_email = u_email;
     view_MaleInterestedInFemaleSingles.u_signup_ip = u_signup_ip;
     return view_MaleInterestedInFemaleSingles;
 }
Exemplo n.º 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the View_MaleInterestedInFemaleSingles EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToView_MaleInterestedInFemaleSingles(View_MaleInterestedInFemaleSingles view_MaleInterestedInFemaleSingles)
 {
     base.AddObject("View_MaleInterestedInFemaleSingles", view_MaleInterestedInFemaleSingles);
 }