Пример #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the VC_Interest_Category EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToVC_Interest_Category(VC_Interest_Category vC_Interest_Category)
 {
     base.AddObject("VC_Interest_Category", vC_Interest_Category);
 }
Пример #2
0
 /// <summary>
 /// Create a new VC_Interest_Category object.
 /// </summary>
 /// <param name="interestCategory_Id">Initial value of the InterestCategory_Id property.</param>
 /// <param name="category_Name">Initial value of the Category_Name 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_Interest_Category CreateVC_Interest_Category(global::System.Int32 interestCategory_Id, global::System.String category_Name, global::System.DateTime created_TS, global::System.DateTime updated_TS)
 {
     VC_Interest_Category vC_Interest_Category = new VC_Interest_Category();
     vC_Interest_Category.InterestCategory_Id = interestCategory_Id;
     vC_Interest_Category.Category_Name = category_Name;
     vC_Interest_Category.Created_TS = created_TS;
     vC_Interest_Category.Updated_TS = updated_TS;
     return vC_Interest_Category;
 }