Example #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the VC_Skill_Subcategory EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToVC_Skill_Subcategory(VC_Skill_Subcategory vC_Skill_Subcategory)
 {
     base.AddObject("VC_Skill_Subcategory", vC_Skill_Subcategory);
 }
Example #2
0
 /// <summary>
 /// Create a new VC_Skill_Subcategory object.
 /// </summary>
 /// <param name="skill_Subcategory_Id">Initial value of the Skill_Subcategory_Id property.</param>
 /// <param name="skill_Category_Id">Initial value of the Skill_Category_Id property.</param>
 /// <param name="areaofstudy_Id">Initial value of the Areaofstudy_Id property.</param>
 /// <param name="skill_Subcategory_Name">Initial value of the Skill_Subcategory_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_Skill_Subcategory CreateVC_Skill_Subcategory(global::System.Int32 skill_Subcategory_Id, global::System.Int32 skill_Category_Id, global::System.Int32 areaofstudy_Id, global::System.String skill_Subcategory_Name, global::System.DateTime created_TS, global::System.DateTime updated_TS)
 {
     VC_Skill_Subcategory vC_Skill_Subcategory = new VC_Skill_Subcategory();
     vC_Skill_Subcategory.Skill_Subcategory_Id = skill_Subcategory_Id;
     vC_Skill_Subcategory.Skill_Category_Id = skill_Category_Id;
     vC_Skill_Subcategory.Areaofstudy_Id = areaofstudy_Id;
     vC_Skill_Subcategory.Skill_Subcategory_Name = skill_Subcategory_Name;
     vC_Skill_Subcategory.Created_TS = created_TS;
     vC_Skill_Subcategory.Updated_TS = updated_TS;
     return vC_Skill_Subcategory;
 }