Пример #1
0
 /// <summary>
 /// Create a new VC_UserToInterest object.
 /// </summary>
 /// <param name="userToInterest_Id">Initial value of the UserToInterest_Id property.</param>
 /// <param name="interestCategory_Id">Initial value of the InterestCategory_Id property.</param>
 /// <param name="user_Id">Initial value of the User_Id property.</param>
 /// <param name="created_TS">Initial value of the Created_TS property.</param>
 /// <param name="updated_TS">Initial value of the Updated_TS property.</param>
 public static VC_UserToInterest CreateVC_UserToInterest(global::System.Int32 userToInterest_Id, global::System.Int32 interestCategory_Id, global::System.Int32 user_Id, global::System.DateTime created_TS, global::System.DateTime updated_TS)
 {
     VC_UserToInterest vC_UserToInterest = new VC_UserToInterest();
     vC_UserToInterest.UserToInterest_Id = userToInterest_Id;
     vC_UserToInterest.InterestCategory_Id = interestCategory_Id;
     vC_UserToInterest.User_Id = user_Id;
     vC_UserToInterest.Created_TS = created_TS;
     vC_UserToInterest.Updated_TS = updated_TS;
     return vC_UserToInterest;
 }
Пример #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the VC_UserToInterest EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToVC_UserToInterest(VC_UserToInterest vC_UserToInterest)
 {
     base.AddObject("VC_UserToInterest", vC_UserToInterest);
 }