コード例 #1
0
 /// <summary>
 /// Create a new hs_hr_weekends object.
 /// </summary>
 /// <param name="day">Initial value of the day property.</param>
 /// <param name="length">Initial value of the length property.</param>
 public static hs_hr_weekends Createhs_hr_weekends(global::System.Int32 day, global::System.Int32 length)
 {
     hs_hr_weekends hs_hr_weekends = new hs_hr_weekends();
     hs_hr_weekends.day = day;
     hs_hr_weekends.length = length;
     return hs_hr_weekends;
 }
コード例 #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the hs_hr_weekends EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTohs_hr_weekends(hs_hr_weekends hs_hr_weekends)
 {
     base.AddObject("hs_hr_weekends", hs_hr_weekends);
 }