/// <summary> /// Create a new hs_hr_compstructtree object. /// </summary> /// <param name="title">Initial value of the title property.</param> /// <param name="description">Initial value of the description property.</param> /// <param name="lft">Initial value of the lft property.</param> /// <param name="rgt">Initial value of the rgt property.</param> /// <param name="id">Initial value of the id property.</param> /// <param name="parnt">Initial value of the parnt property.</param> public static hs_hr_compstructtree Createhs_hr_compstructtree(global::System.String title, global::System.String description, global::System.Int32 lft, global::System.Int32 rgt, global::System.Int32 id, global::System.Int32 parnt) { hs_hr_compstructtree hs_hr_compstructtree = new hs_hr_compstructtree(); hs_hr_compstructtree.title = title; hs_hr_compstructtree.description = description; hs_hr_compstructtree.lft = lft; hs_hr_compstructtree.rgt = rgt; hs_hr_compstructtree.id = id; hs_hr_compstructtree.parnt = parnt; return hs_hr_compstructtree; }
/// <summary> /// Deprecated Method for adding a new object to the hs_hr_compstructtree EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTohs_hr_compstructtree(hs_hr_compstructtree hs_hr_compstructtree) { base.AddObject("hs_hr_compstructtree", hs_hr_compstructtree); }